mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
|
#include "script_component.hpp"
|
||
|
/*
|
||
|
* Author: Brandon (TCVM)
|
||
|
* Called on unload of GPS UI
|
||
|
*
|
||
|
* Arguments:
|
||
|
* Display <NUMBER>
|
||
|
*
|
||
|
* Return Value:
|
||
|
* None
|
||
|
*
|
||
|
* Example:
|
||
|
* [] call ace_missileguidance_fnc_gps_onUnload
|
||
|
*
|
||
|
* Public: No
|
||
|
*/
|
||
|
[GVAR(gps_uiPerFrameHandler)] call CBA_fnc_removePerFrameHandler;
|
||
|
systemChat "unload";
|