-
Notifications
You must be signed in to change notification settings - Fork 113
Object coordinates class Orion Assistant
Hotride edited this page May 2, 2020
·
3 revisions
Command format:
ReturnType NameSpace.name(requiredParameters, [optionalParameters=defaultValue]);
-
ReturnType - the return value of the function (void - the function returns nothing);
-
NameSpace - the scope of the function;
-
name - the name of the function;
-
requiredParameters - required parameters;
-
optionalParameters - optional parameters, the default value is indicated after the = sign
Returns: x coordinate.
Returns: y coordinate.
Returns: z coordinate.