BIS fnc EXP camp initClasses: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Comments" to "|Comments=") |
m (page filled) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | |game1= arma3 | ||
|1.62 | |version1= 1.62 | ||
<! | <!--|exec= server|=--> | ||
<! | <!--|arg= local--> | ||
| | <!--|eff= local--> | ||
|descr= Initializes the classes players can choose from before spawning. | |||
|mp= Must only be executed on the server. | |||
||s1= [mode] call [[BIS_fnc_EXP_camp_initClasses]]|=Syntax | |||
| | |p1= mode: [[String]] - (Optional, default "DAY") Can be either "DAY" (unsilenced, no NVGs, default) or "NIGHT" (silenced, NVGs) | ||
| | |r1= [[Boolean]] - Returns [[true]] if successful, [[false]] if not | ||
| | |x1= <code>["NIGHT"] [[call]] [[BIS_fnc_EXP_camp_initClasses]];</code> | ||
| | |exec= call | ||
| | |seealso= [[BIS_fnc_EXP_camp_initCharacter]] | ||
}} | }} | ||
Revision as of 22:21, 13 January 2020
Description
- Description:
- Initializes the classes players can choose from before spawning.
- Execution:
- call
- Multiplayer:
- Must only be executed on the server.
- Groups:
- Uncategorised
Syntax
- Syntax:
- [mode] call BIS_fnc_EXP_camp_initClasses
- Parameters:
- mode: String - (Optional, default "DAY") Can be either "DAY" (unsilenced, no NVGs, default) or "NIGHT" (silenced, NVGs)
- Return Value:
- Boolean - Returns true if successful, false if not
Examples
- Example 1:
["NIGHT"] call BIS_fnc_EXP_camp_initClasses;
Additional Information
- See also:
- BIS_fnc_EXP_camp_initCharacter
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