Tile - On Custom Console Command – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}") |
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}") |
||
Line 9: | Line 9: | ||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | ||
[[Category: Events]] | [[Category: Events]] | ||
[[Category: Ylands 0.12]] | [[Category: Ylands 0.12]] |
Revision as of 09:19, 30 December 2020
- Event called when player executes custom console command.
- 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.
Note
- See also Event Listener.