Click or drag to resize

GameModeStartBehaviour Enumeration

Note: This API is now obsolete.

Contains methods of attaching the game mode to the server.

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")]
public enum GameModeStartBehaviour
Members
  Member nameValueDescription
None0 Do nothing special, simply start running.
Gmx1 Run a GMX, causing OnGameModeInit to be called on the server and the game mode.
FakeGmx2 Fake a GMX call, causing OnGamemodeInit to only be called in the game mode. This does not allow for game mode initialisation (such as spawning static vehicles).
See Also