Click or drag to resize
IMyRemapHelperRemapGroupId Method

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

Returns a new ID for the given old ID for specific group (multiblockIDs, ...).

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
int RemapGroupId(
	string group,
	int oldValue
)

Parameters

group
Type: SystemString

[Missing <param name="group"/> documentation for "M:VRage.ModAPI.IMyRemapHelper.RemapGroupId(System.String,System.Int32)"]

oldValue
Type: SystemInt32

[Missing <param name="oldValue"/> documentation for "M:VRage.ModAPI.IMyRemapHelper.RemapGroupId(System.String,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VRage.ModAPI.IMyRemapHelper.RemapGroupId(System.String,System.Int32)"]

See Also