-
Notifications
You must be signed in to change notification settings - Fork 113
Journal message class Orion Assistant
Hotride edited this page Dec 8, 2019
·
2 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
Result: Serial number of an Object, bounded with message.
Result: Temporary mark of the message.
Result: Color of the message.
Result: Message text.
Result: Message flags.
Result: Text index in search request from 0 to the number of sets in request.
Change journal message to 'newText' string.