Difference between revisions of "VN ms fnc params difficulty"
Jump to navigation
Jump to search
vn>Unknown user m (Generated by LM_exportFunctionsToWiki.sqf) |
Lou Montana (talk | contribs) (Page filling) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Wyqer, veteran29 |
− | |e= | + | |a= |
+ | |||
+ | |e= global | ||
|g1= params | |g1= params | ||
− | |d= | + | |d= Sets VN difficulty parameter and sets the weather server-side. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[ | + | |s= [parameter] call [[VN_ms_fnc_params_difficulty]] |
− | |p1n= | + | |p1n= parameter |
− | |p1t= | + | |p1t= number |
− | |p1d= | + | |p1d= difficulty, as well as weather factor + 1 |
− | |p1v= | + | |p1v= 1 |
|p2n= | |p2n= | ||
Line 38: | Line 25: | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= function's success |
− | |x1= <code> | + | |x1= <code>[2] call [[VN_ms_fnc_params_difficulty]];</code> |
}} | }} |
Latest revision as of 21:35, 25 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Sets VN difficulty parameter and sets the weather server-side.
Syntax
- Syntax
- [parameter] call VN_ms_fnc_params_difficulty
- Parameters
- parameter: Number - (Optional, default
1
) difficulty, as well as weather factor + 1 - Return value
- Boolean - function's success
Examples
- Example 1
[2] call VN_ms_fnc_params_difficulty;