Skip to content

Trigger Area

Mike-MF edited this page Oct 17, 2023 · 2 revisions

This page will explain the use of the Trigger Area debug 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 gives a visual aid to the area of triggers for testing purposes.

Run it via debug console or any of the init files. (Ensure it's removed when submitting for review)

Example:

[] call MFUNC(debugTriggerArea);

Alternate Example:

[] call TAC_Mission_fnc_debugTriggerArea;
Clone this wiki locally