-
Notifications
You must be signed in to change notification settings - Fork 112
Text window Orion Assistant
Hotride edited this page Dec 8, 2019
·
11 revisions
TextWindow is a static reference just like Orion so you can always get it.
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
Open the text box.
Close the text box.
Clear the text box.
Type the text in the text box.
Move text windows to x and y screen coordinates.
Sets text windows size by given width and height.
Write contents of text windows into a file at filePath.