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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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