BIS fnc respawnCounter: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
____________________________________________________________________________________________ | |||
| arma3 |Game name= | |||
|1.00|Game version= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Set or execute respawn counter params. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [text,colour] call [[BIS_fnc_respawnCounter]] |Syntax= | ||
|p1=text: [[String]] - Text displayed below the respawn counter |Parameter 1= | |||
|p2=colour: [[Number]] - (Optional, default 0) Can be:<br> | |||
0 = default<br> | |||
1 = warning<br> | |||
2 = error|Parameter 2= | |||
| [[Boolean]] |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>["Some text", 2] [[call]] [[BIS_fnc_respawnCounter]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[:Category:Function Group: Respawn| Respawn Functions]] |See also= | ||
| | |||
}} | }} | ||
Revision as of 12:32, 21 June 2018
Description
- Description:
- Set or execute respawn counter params.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [text,colour] call BIS_fnc_respawnCounter
- Parameters:
- text: String - Text displayed below the respawn counter
- colour: Number - (Optional, default 0) Can be:
0 = default
1 = warning
2 = error - Return Value:
- Boolean
Examples
- Example 1:
["Some text", 2] call BIS_fnc_respawnCounter;
Additional Information
- See also:
- Respawn Functions
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