Click or drag to resize
MyEntityIdentifierAddEntityWithId Method

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

Registers entity with given ID. Do not call this directly, it is called automatically when EntityID is first time assigned.

Namespace: VRage
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public static void AddEntityWithId(
	IMyEntity entity
)

Parameters

entity
Type: VRage.ModAPIIMyEntity

[Missing <param name="entity"/> documentation for "M:VRage.MyEntityIdentifier.AddEntityWithId(VRage.ModAPI.IMyEntity)"]

See Also