BIS fnc VRTimer: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Timer for VR and time trials. |Description= | ||
____________________________________________________________________________________________ | |||
| ''colour'' call [[BIS_fnc_VRTimer]] |Syntax= | |||
|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= | |||
| [[Nothing]] |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[[call]] [[BIS_fnc_VRTimer]];</code> |Example 1= | ||
| | |x2= <code>"#025D00" [[call]] [[BIS_fnc_VRTimer]];</code> |Example 2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[BIS_fnc_displayColorGet]], [[BIS_fnc_colorRGBtoHTML]] |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:{{Name|arma3}}: Functions|{{uc:VRTimer}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:VRTimer}}]] |
Revision as of 19:56, 4 June 2018
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
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