Click or drag to resize
MyAPIGatewayShortcutsUnregisterEntityUpdate Field

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

Unregisters entity from update loop. Parameters: IMyEntity entity (ref to entity to be unregistered), bool immediate (default is false)

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public static Action<IMyEntity, bool> UnregisterEntityUpdate

Field Value

Type: ActionIMyEntity, Boolean
See Also