MyAPIGatewayShortcuts Fields |
[This is preliminary documentation and is subject to change.]
The MyAPIGatewayShortcuts type exposes the following members.
Name | Description | |
---|---|---|
GetLocalPlayerPosition | ||
GetMainCamera | ||
GetWorldBoundaries | ||
RegisterEntityUpdate |
Registers entity in update loop.
Parameters: IMyEntity entity (ref to entity to be registered)
| |
UnregisterEntityUpdate |
Unregisters entity from update loop.
Parameters: IMyEntity entity (ref to entity to be unregistered), bool immediate (default is false)
|