IMyRemapHelper Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.ModAPI.IMyRemapHelper"]
Namespace: VRage.ModAPI
public interface IMyRemapHelper
The IMyRemapHelper type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears all the saved mappings from the remap helper and gets it ready for the next remapping operation.
| |
RemapEntityId |
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.
| |
RemapGroupId |
Returns a new ID for the given old ID for specific group (multiblockIDs, ...).
|