| MyAPIGatewayShortcuts Class |
[This is preliminary documentation and is subject to change.]
Namespace: VRage.ModAPI
public static class MyAPIGatewayShortcuts
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)
|