com.onlineobject.objectnet Namespace

NetworkPlayerSpawnMode Enumeration

Defines the modes for spawning network players in the game.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum NetworkPlayerSpawnMode

Members


Member nameDescription
SingleElement Indicates that a single static spawn point is used for player spawning.
DynamicElement Indicates that spawn points can be dynamically chosen or generated at runtime.