BIS fnc moduleRating: Difference between revisions

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


| ''N/A'' |= Description
| Function used by the Rating [[Arma_3:_Editor_Modules|module]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_moduleRating]]; --> |= Syntax
| [logic, units, activated] call [[BIS_fnc_moduleRating]]; |= Syntax
 
|p1= logic: [[Object]] - a logic, but can be any object. Rating and Score are set with [[setVariable]] |= Parameter 1
 
|p2= units: [[Array]] of [[Object|Objects]] - units to add rating/score to |= Parameter 2


|p1= |= Parameter 1
|p3= activated: [[Boolean]] - (Optional, default true) [[true]] to activate |= Parameter 3


| |= Return value
| [[Boolean]] - [[true]] when done |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[myLogic, [[units]] [[group]] [[player]], [[true]]] [[call]] [[BIS_fnc_moduleRating]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma 3: Editor Modules]] |= See also
 
}}
}}



Revision as of 15:26, 30 April 2018

Hover & click on the images for description

Description

Description:
Function used by the Rating module.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[logic, units, activated] call BIS_fnc_moduleRating;
Parameters:
logic: Object - a logic, but can be any object. Rating and Score are set with setVariable
units: Array of Objects - units to add rating/score to
activated: Boolean - (Optional, default true) true to activate
Return Value:
Boolean - true when done

Examples

Example 1:
[myLogic, units group player, true] call BIS_fnc_moduleRating;

Additional Information

See also:
Arma 3: Editor Modules

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