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-local+709673996c0cc3c0733358a87691d1009326afa7
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