BIS fnc manageCuratorChallenges: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious))
m (pf)
Line 1: Line 1:
{{Function|Comments=
____________________________________________________________________________________________
| arma3 |Game name=


{{Function|= Comments
|1.16|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| Handle repeated curator challenges.
 
When rewards defined in the argument are exceeded, refilling points bar fill be offered instead. |Description=
|1.16|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| [curator,challenges,numChallenges,rewards,defaultRewards]] call [[BIS_fnc_manageCuratorChallenges]] |Syntax=


Description:
|p1=curator [[Object]] - Curator |Parameter 1=
Handle repeated curator challenges.
When rewards defined in the argument are exceeded, refilling points bar fill be offered instead.


Parameter(s):
|p2=challenges [[Array]] - (Optional, default all challenges) List of supported challenges from CfgCuratorChallenges |Parameter 2=
0: OBJECT - curator
1 (Optional): ARRAY - list of supported challenges from CfgCuratorChallenges (default: all challenges)
2 (Optional): NUMBER - number of added challenges (default: 3)
3 (Optional): ARRAY of ARRAYs in format [<code>,<description>] - rewards and their descriptions
4 (Optional): ARRAY of ARRAYs in format [<code>,<description>] - default reward (used when previous rewards are exhausted)
Returns:
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p3=challenges [[Number]] - (Optional, default 3) Number of added challenges |Parameter 3=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_manageCuratorChallenges]]; --> |= Syntax
|p4=rewards [[Array]] of [[Array|arrays]] - (Optional, default []) Rewards and their descriptions in format:
*0: [[Code]] - Code executed
*1: [[String]] - Description|Parameter 4=


|p1= |= Parameter 1
|p5=defaultRewards [[Array]] of [[Array|arrays]] - (Optional, default []) Default reward, used when previous rewards are exausted  in format:
*0: [[Code]] - Code executed
*1: [[String]] - Description|Parameter 5=


| |= Return value
| [[Boolean]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[ BIS_curator, nil, 1, [ [{ [[hint]] "Message" }, "Description" ] ] ] [[call]] [[BIS_fnc_manageCuratorChallenges]];</code>|Example 1=
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Curator]],[[BIS_fnc_formatCuratorChallengeObjects]],[[BIS_fnc_finishCuratorChallenge]],[[BIS_fnc_addCuratorChallenge]]  |See also=
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 00:43, 22 June 2018

Hover & click on the images for description

Description

Description:
Handle repeated curator challenges. When rewards defined in the argument are exceeded, refilling points bar fill be offered instead.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[curator,challenges,numChallenges,rewards,defaultRewards]] call BIS_fnc_manageCuratorChallenges
Parameters:
curator Object - Curator
challenges Array - (Optional, default all challenges) List of supported challenges from CfgCuratorChallenges
challenges Number - (Optional, default 3) Number of added challenges
rewards Array of arrays - (Optional, default []) Rewards and their descriptions in format:
defaultRewards Array of arrays - (Optional, default []) Default reward, used when previous rewards are exausted in format:
Return Value:
Boolean

Examples

Example 1:
[ BIS_curator, nil, 1, [ [{ hint "Message" }, "Description" ] ] ] call BIS_fnc_manageCuratorChallenges;

Additional Information

See also:
CuratorBIS_fnc_formatCuratorChallengeObjectsBIS_fnc_finishCuratorChallengeBIS_fnc_addCuratorChallenge

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