Click or drag to resize

SpawnManager Class

[This is preliminary documentation and is subject to change.]

Class that handles object spawning
Inheritance Hierarchy
SystemObject
  MLAPI.ComponentsSpawnManager

Namespace:  MLAPI.Components
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class SpawnManager
Request Example View Source

The SpawnManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLocalPlayerObject
Returns the local player object or null if one does not exist
Public methodStatic memberGetPlayerObject
Returns the player object with a given clientId or null if one does not exist
Top
Fields
  NameDescription
Public fieldStatic memberSpawnedObjects
The currently spawned objects
Public fieldStatic memberSpawnedObjectsList
A list of the spawned objects
Top
See Also