ACE3/addons/ai/functions/fnc_initDisplayCurator.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

19 lines
299 B
Plaintext

#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)}];