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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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