Click or drag to resize
IMyCubeGridUpdateOwnership Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.UpdateOwnership(System.Int64,System.Boolean)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void UpdateOwnership(
	long ownerId,
	bool isFunctional
)

Parameters

ownerId
Type: SystemInt64

[Missing <param name="ownerId"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.UpdateOwnership(System.Int64,System.Boolean)"]

isFunctional
Type: SystemBoolean

[Missing <param name="isFunctional"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.UpdateOwnership(System.Int64,System.Boolean)"]

See Also