mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8a70cfbcd8
Adds function headers, stringtables and renames some display control classes.
25 lines
520 B
Plaintext
25 lines
520 B
Plaintext
/*
|
|
* 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
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
TRACE_1("params",_this);
|
|
|
|
#include "\a3\ui_f_curator\UI\Displays\RscDisplayAttributes.sqf"
|