serverCommandExecutable command

Operand types

command: String

Type of returned value

Description

Returns true if the serverCommand can be performed on the machine and in this exact environment, otherwise false.

serverCommand can be executed only from User Interface Event Handlers, and this command also checks if that's the case.

Used In

Arma3

Example

_can = serverCommandAvailable "#kick";
Search OFPEC COMREF