Click or drag to resize

PlayerRemoveAttachedObject Method

Remove an attached object from this player.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public 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