BIS fnc moduleTracers: 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 Tracers [[Arma_3:_Editor_Modules|module]]. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [logic, activated] call [[BIS_fnc_moduleTracers]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= logic: [[Object]] - a logic, but can be any object |= Parameter 1 | ||
| |= Return value | |p2= activated: [[Boolean]] - [[true]] to activate |= Parameter 2 | ||
| [[Nothing]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[Arma_3:_Editor_Modules|Modules]] |= See also | ||
}} | }} | ||
Revision as of 12:40, 30 April 2018
Description
- Description:
- Function used by the Tracers module.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [logic, activated] call BIS_fnc_moduleTracers
- Parameters:
- logic: Object - a logic, but can be any object
- activated: Boolean - true to activate
- Return Value:
- Nothing
Examples
- Example 1:
[myLogic, true] call BIS_fnc_moduleTracers;
Additional Information
- See also:
- 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