DeprojectMouseLocationToWorld
From Onset Developer Wiki
Description
Deproject the mouse location to the game world coordinates.
Syntax
DeprojectMouseLocationToWorld()
Parameters
- This function has no parameters.
Return Value
- On success returns 6 floats. World location X, Y, Z and world direction DirX, DirY, DirZ. On error the function returns false.
Example
__EDIT_ME__