Graphics::setTrackedPointInfo
Syntax
graphics.setTrackedPointInfo(point, x, y, z, radius);
Required Arguments
- point: Object handle or object
- x: float
- y: float
- z: float
- radius: float
Return value
- unknown (to be checked)
Example
todo
graphics.setTrackedPointInfo(point, x, y, z, radius);
todo