Click or drag to resize

PoolContainerTInstanceMove Method

Moves the item associated with the specified old key to the specified new key.

Namespace:  SampSharp.GameMode.Pools
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void Move(
	int oldKey,
	int newKey
)

Parameters

oldKey
Type: SystemInt32
The old key.
newKey
Type: SystemInt32
The new key.
Exceptions
ExceptionCondition
ArgumentExceptionunidentified id cannot be moved;oldKey or key not found;oldKey
See Also