Click or drag to resize
IMyRemapHelperRemapEntityId Method

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

Returns a new entity ID for the entity with the given old entity ID. The function will return the same new entityId only if the saveMapping argument is set to true.

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
long RemapEntityId(
	long oldEntityId
)

Parameters

oldEntityId
Type: SystemInt64

[Missing <param name="oldEntityId"/> documentation for "M:VRage.ModAPI.IMyRemapHelper.RemapEntityId(System.Int64)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:VRage.ModAPI.IMyRemapHelper.RemapEntityId(System.Int64)"]

See Also