Skip to content

Debug Trigger Area

Mike-MF edited this page Jul 19, 2026 · 1 revision

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;

Clone this wiki locally