-
Notifications
You must be signed in to change notification settings - Fork 1
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)
*/
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;
Pages
- Home
- Your First Mission
- Creating A Mission
- Contract Missions
- Difficulty Guidelines
-
Functions Library
- Base Spectator
- Bomber
- Car Alarm
- Chemical Detector
- Collect Intel
- Connect Battery To Defusable
- Contamination Gas
- Count Alive
- Dialogue
- Disable AI
- Download Intel
- Earthquake
- Enable AI
- Force Shooting
- Ground Fog
- Hunt
- Lock Doors
- Mark Buildings
- Monitor Units
- Mortar Strike
- Ping
- Players
- Reaction
- Reinforcements
- Reinforcement Waves
- Respirator Effects
- Set Sleeping
- Sound Source
- Surrender
- Switch Action
- Teleport
- Toggle Lights
- Trigger Area
- Helicopters
- Resources
- Quality Checklist
- Useful Commands
- ArmaQDL