-
Notifications
You must be signed in to change notification settings - Fork 113
New targeting system commands
Hotride edited this page Dec 8, 2019
·
5 revisions
targeting this way works faster because there's no target awaiting time after any action request. server receives action to do and target for this action with in a single packet.
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
Apply bandage to target by serial.
Cast a spell on target by serial.
Use a skill on target by serial.