BIS fnc EXP camp IFF: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
(added image) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.62 | |version1= 1.62 | ||
Line 13: | Line 12: | ||
|eff= local | |eff= local | ||
|descr= Simple handling of the Support Team's scripted IFF.< | |descr= Simple handling of the Support Team's scripted IFF.</br> | ||
[[File: BIS_fnc_EXP_camp_IFF.png|350px]] | |||
|| | {{Feature|informative|See {{Link|#Example 2}} for icon and name options.}} | ||
|p1= units: [[Array]] - | |s1= [units] call [[BIS_fnc_EXP_camp_IFF]] | ||
|p1= units: [[Array]] - an array of units on which to apply IFF effect | |||
|r1= [[Boolean]] - [[true]] if successful, [[false]] if not | |r1= [[Boolean]] - [[true]] if successful, [[false]] if not | ||
|x1= < | |x1= <sqf>[units group player] call BIS_fnc_EXP_camp_IFF;</sqf> | ||
|x2= <sqf> | |||
individualUnit setVariable ["BIS_iconAlways", true]; // to always show the icon and name of a unit | |||
individualUnit setVariable ["BIS_iconShow", false]; // to hide the icon | |||
individualUnit setVariable ["BIS_iconName", false]; // to hide the name | |||
</sqf> | |||
|seealso= | |seealso= | ||
}} | }} |
Latest revision as of 15:09, 10 February 2024
Description
Syntax
- Syntax:
- [units] call BIS_fnc_EXP_camp_IFF
- Parameters:
- units: Array - an array of units on which to apply IFF effect
- Return Value:
- Boolean - true if successful, false if not
Examples
- Example 1:
- Example 2:
- individualUnit setVariable ["BIS_iconAlways", true]; // to always show the icon and name of a unit individualUnit setVariable ["BIS_iconShow", false]; // to hide the icon individualUnit setVariable ["BIS_iconName", false]; // to hide the name
Additional Information
- See also:
- See also needed
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