BIS fnc moduleTracers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Function used by the Tracers [[Arma_3:_Editor_Modules|module]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_moduleTracers]]; --> |= Syntax
| [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 13:40, 30 April 2018

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