note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GetPlayerObjectAttachedData
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get the attachment data of a player-object.
Name | Description |
---|---|
playerid | The ID of the player |
objectid | The ID of the player-object to get the attachment data of |
&parentVehicle | A variable in which to store the parentVehicle ID, passed by reference. |
&parentObject | A variable in which to store the parentObject ID, passed by reference. |
&parentPlayer | A variable in which to store the parentPlayer ID, passed by reference. |
Returns
true
- The function was executed successfully.
false
- The function failed to execute. The object specified does not exist.
Examples
new
parentVehicle,
parentObject,
parentPlayer;
GetPlayerObjectAttachedData(playerid, playerobjectid, parentVehicle, parentObject, parentPlayer);
Related Functions
- GetPlayerObjectAttachedOffset: Get the attachment offset and rotation of a player-object.
- GetObjectAttachedData: Get the attachment data of a player-object.