Click or drag to resize
IMyUpgradeModuleGetUpgradeList Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:SpaceEngineers.Game.ModAPI.Ingame.IMyUpgradeModule.GetUpgradeList(System.Collections.Generic.List{SpaceEngineers.ObjectBuilders.Definitions.MyUpgradeModuleInfo}@)"]

Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game (in SpaceEngineers.Game.dll) Version: 1.0.0.0
Syntax
C#
void GetUpgradeList(
	out List<MyUpgradeModuleInfo> upgrades
)

Parameters

upgrades
Type: System.Collections.GenericListMyUpgradeModuleInfo

[Missing <param name="upgrades"/> documentation for "M:SpaceEngineers.Game.ModAPI.Ingame.IMyUpgradeModule.GetUpgradeList(System.Collections.Generic.List{SpaceEngineers.ObjectBuilders.Definitions.MyUpgradeModuleInfo}@)"]

See Also