BIS fnc ORBATSetGroupFade: 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:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Set fade value of CfgORBAT group and all groups below it.|= Description
 
Description:
Set fade value of CfgORBAT group and all groups below it.
 
Parameter(s):
0: CONFIG - path to group in CfgORBAT. If only this parameter is passed, visibility settings for the group are removed.
1: NUMBER - alpha (0 = transparent, 1 = full color)
2: NUMBER - commit time in seconds
 
Returns:
BOOL
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_ORBATSetGroupFade]]; --> |= Syntax
| [path, alpha, time] call [[BIS_fnc_ORBATSetGroupFade]] |= Syntax


|p1= |= Parameter 1
|p1= path: [[Config]] - Path to group in CfgORBAT. If only this parameter is passed, visibility settings for the group are removed.|= Parameter 1
 
|p2= alpha: [[Number]] - Alpha (0 = transparent, 1 = full color) |= Parameter 2
| |= Return value
|p3= time: [[time]] - Commit time in seconds|= Parameter 3
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[Boolean]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|x1= <code>[ [[configFile]] >> "CfgORBAT" >> "BIS" >> "O_Brigade", 0.5, 5 ] [[call]] [[BIS_fnc_ORBATSetGroupFade]];</code> |=  
______________


| [[ORBAT Viewer]], [[BIS_fnc_ORBATAddGroupOverlay]], [[BIS_fnc_ORBATAnimate]], [[BIS_fnc_ORBATConfigPreview]], [[BIS_fnc_ORBATGetGroupParams]], [[BIS_fnc_ORBATOpen]], [[BIS_fnc_ORBATRemoveGroupOverlay]], [[BIS_fnc_ORBATSetGroupParams]], [[BIS_fnc_ORBATTooltip]] |= See also
}}
}}



Revision as of 12:12, 26 May 2018

Hover & click on the images for description

Description

Description:
Set fade value of CfgORBAT group and all groups below it.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[path, alpha, time] call BIS_fnc_ORBATSetGroupFade
Parameters:
path: Config - Path to group in CfgORBAT. If only this parameter is passed, visibility settings for the group are removed.
alpha: Number - Alpha (0 = transparent, 1 = full color)
time: time - Commit time in seconds
Return Value:
Boolean

Examples

Example 1:
[ configFile >> "CfgORBAT" >> "BIS" >> "O_Brigade", 0.5, 5 ] call BIS_fnc_ORBATSetGroupFade;

Additional Information

See also:
ORBAT ViewerBIS_fnc_ORBATAddGroupOverlayBIS_fnc_ORBATAnimateBIS_fnc_ORBATConfigPreviewBIS_fnc_ORBATGetGroupParamsBIS_fnc_ORBATOpenBIS_fnc_ORBATRemoveGroupOverlayBIS_fnc_ORBATSetGroupParamsBIS_fnc_ORBATTooltip

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