1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/ai/functions/fnc_initDisplayCurator.sqf

19 lines
296 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
/*
* Author: mharis001
* Initializes the Zeus display.
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* [] call ace_ai_fnc_initDisplayCurator
*
* Public: No
*/
addMissionEventHandler ["Draw3D", {call FUNC(drawCuratorGarrisonPathing)}];