IMyUpgradeModuleGetUpgradeList Method |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Retrieve list of upgrades from this block (r/o), see MyUpgradeModuleInfo for details
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void GetUpgradeList(
out List<MyUpgradeModuleInfo> upgrades
)
Sub GetUpgradeList (
<OutAttribute> ByRef upgrades As List(Of MyUpgradeModuleInfo)
)
void GetUpgradeList(
[OutAttribute] List<MyUpgradeModuleInfo>^% upgrades
)
abstract GetUpgradeList :
upgrades : List<MyUpgradeModuleInfo> byref -> unit
Parameters
- upgrades
- Type: System.Collections.GenericListMyUpgradeModuleInfo
See Also