Click or drag to resize
IMyRemapHelper Interface

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

[Missing <summary> documentation for "T:VRage.ModAPI.IMyRemapHelper"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyRemapHelper

The IMyRemapHelper type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all the saved mappings from the remap helper and gets it ready for the next remapping operation.
Public methodRemapEntityId
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.
Public methodRemapGroupId
Returns a new ID for the given old ID for specific group (multiblockIDs, ...).
Top
See Also