SubsystemManager.LoadSubsystem Method (List(String))¶
[This is preliminary documentation and is subject to change.]
[Missing documentation for “M:Game.SubsystemManager.LoadSubsystem(System.Collections.Generic.List{System.String})”]
Namespace: GameAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax¶
C#
public List<GameSubsystem> LoadSubsystem(
List<string> subsystemNames
)
Parameters¶
subsystemNames
Type: System.Collections.Generic.List(String)[Missing documentation for “M:Game.SubsystemManager.LoadSubsystem(System.Collections.Generic.List{System.String})”]
Return Value¶
Type: List(GameSubsystem)[Missing documentation for “M:Game.SubsystemManager.LoadSubsystem(System.Collections.Generic.List{System.String})”]