BIS fnc showCuratorAttributes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "<code>(\[[a-zA-Z0-9_, ]*\] )?\[\[(call|spawn)\]\] \[\[(BI[NS]\_fnc\_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1$2 $3;</sqf>")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma 3 |Game name=
|game1= arma3
|version1= 1.16


|1.16|= Game version
|gr1= Curator
____________________________________________________________________________________________


| Show attributes window of an entity. When no attributes are available, no window is opened.|DESCRIPTION=
|descr= Show attributes window of an entity. When no attributes are available, no window is opened.
____________________________________________________________________________________________


| [target] call [[BIS_fnc_showCuratorAttributes]] |SYNTAX=
|s1= [target] call [[BIS_fnc_showCuratorAttributes]]
____________________________________________________________________________________________


|p1= target: [[Object]], [[Group]], [[Array]] (Waypoint) or [[String]] - Entity whose attributes should be shown|PARAMETER1=
|p1= target: [[Object]], [[Group]], [[Array]] (Waypoint) or [[String]] - entity whose attributes should be shown


____________________________________________________________________________________________
|r1= [[Boolean]] - [[true]] if windows was opened


| [[Boolean]] - [[True]] if windows was opened|RETURNVALUE=
|x1= <sqf>[BIS_vehicle] call BIS_fnc_showCuratorAttributes;</sqf>
____________________________________________________________________________________________


|x1= <code>[BIS_vehicle] [[call]] [[BIS_fnc_showCuratorAttributes]];</code> |=
|seealso= [[Arma 3: Curator]]
____________________________________________________________________________________________
 
| [[Curator]] |SEEALSO=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Curator|{{uc:showCuratorAttributes}}]]
[[Category:Functions|{{uc:showCuratorAttributes}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:showCuratorAttributes}}]]

Latest revision as of 14:04, 5 May 2022

Hover & click on the images for description

Description

Description:
Show attributes window of an entity. When no attributes are available, no window is opened.
Execution:
call
Groups:
Curator

Syntax

Syntax:
[target] call BIS_fnc_showCuratorAttributes
Parameters:
target: Object, Group, Array (Waypoint) or String - entity whose attributes should be shown
Return Value:
Boolean - true if windows was opened

Examples

Example 1:
[BIS_vehicle] call BIS_fnc_showCuratorAttributes;

Additional Information

See also:
Arma 3: Curator

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