Click or drag to resize
MyEntitiesHelper_ModAPIIMyEntitiesAddEntity Method

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

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

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
void IMyEntities.AddEntity(
	IMyEntity entity,
	bool insertIntoScene
)

Parameters

entity
Type: VRage.ModAPIIMyEntity

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

insertIntoScene
Type: SystemBoolean

[Missing <param name="insertIntoScene"/> documentation for "M:Sandbox.ModAPI.MyEntitiesHelper_ModAPI.VRage#ModAPI#IMyEntities#AddEntity(VRage.ModAPI.IMyEntity,System.Boolean)"]

Implements

IMyEntitiesAddEntity(IMyEntity, Boolean)
See Also