ACE3/addons/missileguidance/functions/fnc_gps_onUnload.sqf
2021-04-21 15:53:52 -06:00

19 lines
307 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;