Click or drag to resize
IMyEntitiesUnregisterForUpdate Method

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

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.UnregisterForUpdate(VRage.ModAPI.IMyEntity,System.Boolean)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void UnregisterForUpdate(
	IMyEntity entity,
	bool immediate = false
)

Parameters

entity
Type: VRage.ModAPIIMyEntity

[Missing <param name="entity"/> documentation for "M:VRage.ModAPI.IMyEntities.UnregisterForUpdate(VRage.ModAPI.IMyEntity,System.Boolean)"]

immediate (Optional)
Type: SystemBoolean

[Missing <param name="immediate"/> documentation for "M:VRage.ModAPI.IMyEntities.UnregisterForUpdate(VRage.ModAPI.IMyEntity,System.Boolean)"]

See Also