mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed header
This commit is contained in:
parent
5e0eb7323a
commit
82c181cd7c
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user