Functions - gruppe-adler/grad-aiCommand GitHub Wiki

There are a number of functions that allow you to further configure the ai command system to your liking:

Function Description
grad_aicommand_fnc_setCanGiveCommands Sets if a unit can give commands.
grad_aicommand_fnc_setCanReceiveCommands Sets if a unit can receive commands.
grad_aicommand_fnc_setGivePermissionLevel Sets the give permission level of a unit.
grad_aicommand_fnc_setReceivePermissionLevel Sets the receive permission level of a unit.
grad_aicommand_fnc_setCanUseHighcommand Sets if a unit can use high command mode.
grad_aicommand_fnc_addCustomGroupContext Adds custom entry to group context menu.
grad_aicommand_fnc_addCustomWaypointAction Adds custom entry to waypoint action context submenu.
grad_aicommand_fnc_addCustomWaypointContext Adds custom entry to waypoint context menu.
grad_aicommand_fnc_removeCustomGroupContext Removes custom entry from group context menu.
grad_aicommand_fnc_removeCustomWaypointAction Removes custom entry from waypoint action context submenu.
grad_aicommand_fnc_removeCustomWaypointContext Removes custom entry from waypoint context menu.