BIS fnc paramRespawnTickets: Difference between revisions

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


| <pre>/*
| Set side respawn tickets.|= Description


Description:
____________________________________________________________________________________________
Set side respawn tickets


Parameter(s):
| number call [[BIS_fnc_paramRespawnTickets]] |= Syntax
NUMBER - respawn tickets
____________________________________________________________________________________________


Returns:
|p1= number: [[Number]] - Respawn tickets|= Parameter 1
BOOL
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_paramRespawnTickets]]; --> |= Syntax
| [[Boolean]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>360 [[call]] [[BIS_fnc_paramRespawnTickets]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma 3 Mission Parameters]], [[:Category:Function Group: Params|Params Functions]] |= See also
 
}}
}}



Revision as of 01:00, 31 May 2018

Hover & click on the images for description

Description

Description:
Set side respawn tickets.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
number call BIS_fnc_paramRespawnTickets
Parameters:
number: Number - Respawn tickets
Return Value:
Boolean

Examples

Example 1:
360 call BIS_fnc_paramRespawnTickets;

Additional Information

See also:
Arma 3 Mission ParametersParams 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

Notes

Bottom Section