ACE3/addons/zeus/functions/fnc_zeusAttributes.sqf

25 lines
520 B
Plaintext
Raw Normal View History

/*
* Author: PabstMirror
* Dummy function to include BIS script file.
* Used in initalisation of zeus attribute displays.
*
* Arguments:
* 0: UI event string <STRING>
* 1: UI event parameters <ARRAY>
* 2: Display class name <STRING>
*
* Return Value:
* None <NIL>
*
* Example:
* onLoad = "['onLoad',_this,'RscDisplayExample'] call ace_zeus_fnc_zeusAttributes"
*
* Public: No
*/
2016-02-26 06:57:18 +00:00
#include "script_component.hpp"
TRACE_1("params",_this);
#include "\a3\ui_f_curator\UI\Displays\RscDisplayAttributes.sqf"