TGame.OnAdminCommand
property OnAdminCommand Access mode: RW Event handler type: TOnAdminCommandEvent Event handler declaration: function (Player: TActivePlayer; Command: string): boolean
Description
Event property called when an ingame admin enters a command.
To disable the command used set the function's Result to TRUE.