Tile - On Custom Console Command – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Ylands scripting navbox}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} Category: Events Category: Ylands 0.12")
 
No edit summary
Line 1: Line 1:
[[Image:On custom console command.png]]
*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 [[Ylands Tile - String literal|'''string''']] of text written by the trigger entity after '''//'''.
*Provides with '''arguments''' which is an array of [[Ylands Tile - String literal|'''strings''']] written after the command.


=Note=
*See also [[Ylands Game logic - Event listener|'''Event Listener''']].


----
----

Revision as of 16:44, 12 June 2019

On custom console command.png

  • 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


Template:Ylands scripting navbox