Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 663 Bytes

File metadata and controls

36 lines (28 loc) · 663 Bytes

vstGetCurrPt3D

Description

Returns the current location of the mouse.

PROCEDURE vstGetCurrPt3D(
				VAR outX : REAL;
				VAR outY : REAL;
				VAR outZ : REAL;
				result   : BOOLEAN);
def vs.vstGetCurrPt3D(result):
    return (outX, outY, outZ)

Parameters

Name Type Description
outX REAL Output parameter.
outY REAL Output parameter.
outZ REAL Output parameter.
result BOOLEAN

Remarks

In Python, the result boolean input variable doesn't seem to do anything.

Version

Availability: from All Versions

This is drop-in function.

Category