Fixed header

This commit is contained in:
Glowbal 2015-02-22 14:54:54 +01:00
parent 5e0eb7323a
commit 82c181cd7c

View File

@ -1,14 +1,23 @@
/** /*
* fn_gui_displayIcon.sqf * Author: Glowbal
* @Descr: *
* @Author: Glowbal * Draw progress bar and execute given function if succesful.
* * Finish/Failure/Conditional are all passed [_args, _elapsedTime, _totalTime, _errorCode]
* @Arguments: [] *
* @Return: * Argument:
* @PublicAPI: true * 0: icon ID <STRING>
* * 1: show <BOOL>
* @Example ["myID", true, QUOTE(PATHTOF(data\icon_group.paa)), [1,1,1,1], 0] call ace_gui_fnc_displayIcon; * 2: Icon Path <STRING>
*/ * 3: Icon color <ARRAY>
* 4: timeAlive. -1 = forever <NUMBER> <OPTIONAL>
*
* Return value:
* Nothing
*
* Example:
* ["myID", true, QUOTE(PATHTOF(data\icon_group.paa)), [1,1,1,1], 0] call ace_gui_fnc_displayIcon;
*/
#include "script_component.hpp" #include "script_component.hpp"