Debug Trigger Area - Theseus-Aegis/MissionTemplate GitHub Wiki
This page will explain the usage of the Debug Trigger Area function.
/*
* Author: Mike
* Gives visual area marker for all triggers. Designed only for debug purposes and mission testing purposes.
*
* Call from the server.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* [] call MFUNC(debugTriggerArea)
*/
Usage:
This function will create area markers matching the size of a trigger for debug / mission testing purposes. It should never be used on a live mission and only from the editor.
Example:
[] call tac_mission_fnc_debugTriggerArea;