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.
GetObjectDrawDistance
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Get the draw distance of an object.
Name | Description |
---|---|
objectid | The ID of the object to get the draw distance of |
Returns
Returns the draw distance as float.
Examples
new objectid = CreateObject(3335, 672.53485, -656.11023, 15.26560, 3.00000, 0.00000, 0.00000, 100.0);
new Float:drawDistance = GetObjectDrawDistance(objectid);
// drawDistance = 100.0
Related Functions
- GetPlayerObjectDrawDistance: Get the draw distance of a player-object.