Fire::getClosestFirePos
Returns TRUE if it found something. FALSE if not.
Syntax
fire.getClosestFirePos(outPosition, x, y, z);
Required Arguments
- outPosition: Vector3
- x: float
- y: float
- z: float
Return value
- Vector3
Example
todo
Returns TRUE if it found something. FALSE if not.
fire.getClosestFirePos(outPosition, x, y, z);
todo