Click or drag to resize

SpawnManagerGetLocalPlayerObject Method

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

Returns the local player object or null if one does not exist

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

Return Value

Type: NetworkedObject
The local player object or null if one does not exist
See Also