Tile - On Custom Console Command – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - On Custom Console Command to Ylands:Tile - On Custom Console Command: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | <!--- | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
*Before regular command one '''/''' is used, but before custom command use '''//'''. | --> | ||
*Provides with '''command''' which is a | == On Custom Console Command == | ||
*Provides with '''arguments''' which is an array of | |||
[[File:YlandsTile-425.png]] | |||
=== Description === | |||
Event '''called''' when a '''player''' executes a custom console command. | |||
=== Notes === | |||
* Before regular command one '''/''' is used, but before custom command use '''//'''. | |||
* Provides with '''command''' which is a '''string''' of text written by the trigger entity after '''//'''. | |||
* Provides with '''arguments''' which is an array of '''strings''' written after the command. | |||
---- | ---- | ||
Line 12: | Line 21: | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | ||
[[Category: | [[Category: Instructions]] | ||
Revision as of 08:54, 8 July 2021
On Custom Console Command
Description
Event called when a player executes a custom console command.
Notes
- Before regular command one / is used, but before custom command use //.
- Provides with command which is a string of text written by the trigger entity after //.
- Provides with arguments which is an array of strings written after the command.