BIS fnc moduleTracers: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Effects(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Modules |GROUP1= | |gr1= Modules |GROUP1= | ||
| Function used by the Tracers [[Arma_3:_Editor_Modules|module]]. |DESCRIPTION= | | Function used by the Tracers [[Arma_3:_Editor_Modules|module]]. |DESCRIPTION= | ||
| [logic, activated] call [[BIS_fnc_moduleTracers]] |SYNTAX= | | [logic, activated] call [[BIS_fnc_moduleTracers]] |SYNTAX= | ||
Line 19: | Line 16: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |EXAMPLE1= | |x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |EXAMPLE1= | ||
| [[Arma_3:_Editor_Modules|Modules]] |SEEALSO= | | [[Arma_3:_Editor_Modules|Modules]] |SEEALSO= |
Revision as of 23:28, 16 January 2021
Description
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