BIS fnc moduleRating: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Function used by the Rating [[Arma_3:_Editor_Modules|module]]. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [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 | |||
| | |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 14:26, 30 April 2018
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
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