mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
296 B
Plaintext
19 lines
296 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)}];
|