BIS fnc moduleTracers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page filling)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


|p1= logic: [[Object]] - a logic, but can be any object |= Parameter 1
|p1= logic: [[Object]] - a logic, but can be any object |PARAMETER1=


|p2= activated: [[Boolean]] - [[true]] to activate |= Parameter 2
|p2= activated: [[Boolean]] - [[true]] to activate |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |= Example 1
|x1= <code>[myLogic, [[true]]] [[call]] [[BIS_fnc_moduleTracers]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arma_3:_Editor_Modules|Modules]] |= See also
| [[Arma_3:_Editor_Modules|Modules]] |SEEALSO=
}}
}}



Revision as of 15:31, 7 April 2019

Hover & click on the images for description

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

Notes

Bottom Section