Tile - On Custom Console Command – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


[[File:YlandsTile-425.png]]
[[File:YlandsTile-425.png]]
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===


Event '''called''' when a '''player''' executes a custom console command.
Called when a '''player''' executes a custom console command.


=== Notes ===
=== Notes ===

Revision as of 12:17, 12 November 2021

On Custom Console Command

YlandsTile-425.png

Availability

Server

Description

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.