You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.
Adding the syntax of a comamnd as the tooltip title eg [arguments] call [body] for the call command. Would be nice if "call" could be bold so it stands out better.
Adding the general description as the tooltip contents eg Executes the function string. The argument(s) (if any) are passed as _this. (argument(s) are passed in an array). To execute a sleep function in the called code, execute it with spawn instead.
The text was updated successfully, but these errors were encountered:
Adding the syntax of a comamnd as the tooltip title eg
[arguments] call [body]
for thecall
command. Would be nice if "call" could be bold so it stands out better.Adding the general description as the tooltip contents eg
Executes the function string. The argument(s) (if any) are passed as _this. (argument(s) are passed in an array). To execute a sleep function in the called code, execute it with spawn instead.
The text was updated successfully, but these errors were encountered: