Click or drag to resize
IMyEntityGetObjectBuilder Method

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

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

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
MyObjectBuilder_EntityBase GetObjectBuilder(
	bool copy = false
)

Parameters

copy (Optional)
Type: SystemBoolean

[Missing <param name="copy"/> documentation for "M:VRage.ModAPI.IMyEntity.GetObjectBuilder(System.Boolean)"]

Return Value

Type: MyObjectBuilder_EntityBase

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntity.GetObjectBuilder(System.Boolean)"]

See Also