BIS fnc moduleTracers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Function used by the Tracers [[Arma_3:_Editor_Modules|module]]. |= | | Function used by the Tracers [[Arma_3:_Editor_Modules|module]]. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [logic, activated] call [[BIS_fnc_moduleTracers]] |= | | [logic, activated] call [[BIS_fnc_moduleTracers]] |SYNTAX= | ||
|p1= logic: [[Object]] - a logic, but can be any object |= | |p1= logic: [[Object]] - a logic, but can be any object |PARAMETER1= | ||
|p2= activated: [[Boolean]] - [[true]] to activate |= | |p2= activated: [[Boolean]] - [[true]] to activate |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |= | |x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Arma_3:_Editor_Modules|Modules]] |= | | [[Arma_3:_Editor_Modules|Modules]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:31, 7 April 2019
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