SampSharp
SampSharp
SampSharp.Entities.SAMP
PlayerObject Class
PlayerObject Methods
AttachTo Method
DisableCameraCollisions Method
Move Method
SetMaterial Method
SetMaterialText Method
Stop Method
PlayerObject
AttachTo Method
Attaches this player object to the specified player object or vehicle.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
void
AttachTo
(
EntityId
target
,
Vector3
offset
,
Vector3
rotation
)
Parameters
target
Type:
SampSharp.Entities
EntityId
The player.
offset
Type:
SampSharp.Entities.SAMP
Vector3
The offset.
rotation
Type:
SampSharp.Entities.SAMP
Vector3
The rotation.
See Also
Reference
PlayerObject Class
SampSharp.Entities.SAMP Namespace