BIS fnc VRTimer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Timer for VR and time trials. |Description=
____________________________________________________________________________________________


Description:
| ''colour'' call [[BIS_fnc_VRTimer]] |Syntax=
Timer for VR.


Parameter(s):
|p1= colour: [[String]] (Optional, default {{Inline code|(["IGUI", "WARNING_RGB"] [[call]] [[BIS_fnc_displayColorGet]]) [[call]] [[BIS_fnc_colorRGBtoHTML]]}}) timer colour in HTML format (#<span style{{=}}"color: red">RR</span><span style{{=}}"color: green">GG</span><span style{{=}}"color: blue">BB</span>) |Parameter 1=
0: STRING (Optional) - Timer colour in HTML format


Returns:
| [[Nothing]] |Return value=
Nothing
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_VRTimer]]; --> |= Syntax
|x1= <code>[[call]] [[BIS_fnc_VRTimer]];</code> |Example 1=


|p1= |= Parameter 1
|x2= <code>"#025D00" [[call]] [[BIS_fnc_VRTimer]];</code> |Example 2=
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[BIS_fnc_displayColorGet]], [[BIS_fnc_colorRGBtoHTML]] |See also=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}


Line 45: Line 33:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:VRTimer}}]]
[[Category:Function Group: VR|{{uc:VRTimer}}]]
[[Category:Function Group: VR|{{uc:VRTimer}}]]
[[Category:Functions|{{uc:VRTimer}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:VRTimer}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:VRTimer}}]]

Revision as of 20:56, 4 June 2018

Hover & click on the images for description

Description

Description:
Timer for VR and time trials.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
colour call BIS_fnc_VRTimer
Parameters:
colour: String (Optional, default (["IGUI", "WARNING_RGB"] call BIS_fnc_displayColorGet) call BIS_fnc_colorRGBtoHTML) timer colour in HTML format (#RRGGBB)
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_VRTimer;
Example 2:
"#025D00" call BIS_fnc_VRTimer;

Additional Information

See also:
BIS_fnc_displayColorGetBIS_fnc_colorRGBtoHTML

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section