-
Notifications
You must be signed in to change notification settings - Fork 113
Prompt commands
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
Add a prompt hook.
-
text - input text
-
serial - serial of prompt object. If serial equals 0, serial check will be ignored.
-
type - prompt type. all - all types; ascii - only ASCII prompts; unicode - only UNIDCODE prompts;
Cancel all prompt hooks.
- bool Orion.PrompsExists();
Returns true if a prompt is active.
Returns prompt serial as string.
Returns prompt id as string.
Send prompt response ( if there's a prompt active ) with text input.