Class OnWorldLoadedBySquad_WorldAttribute
The function will be called when a world instance is loaded by world squad
Examples
[OnWorldLoadedBySquad_World]
internal static void ExampleFunction () { }
Constructors
OnWorldLoadedBySquad_WorldAttribute(int)
The function will be called when a world instance is loaded by world squad
Declaration
public OnWorldLoadedBySquad_WorldAttribute(int order = 0)
Examples
[OnWorldLoadedBySquad_World]
internal static void ExampleFunction () { }