Click or drag to resize

BasePlayerRemoveAttachedObject Method

Remove an attached object from this BasePlayer.

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public virtual bool RemoveAttachedObject(
	int index
)

Parameters

index
Type: SystemInt32
The index of the object to remove (set with SetAttachedObject(Int32, Int32, Bone, Vector3, Vector3, Vector3, Color, Color)).

Return Value

Type: Boolean
True on success, False otherwise.
See Also