BIS fnc showCuratorAttributes: Difference between revisions

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


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.16


| arma3 |= Game name
|gr1= Curator


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


| ''N/A'' |= Description
|s1= [target] call [[BIS_fnc_showCuratorAttributes]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_showCuratorAttributes]]; --> |= Syntax
|p1= target: [[Object]], [[Group]], [[Array]] (Waypoint) or [[String]] - entity whose attributes should be shown


|p1= |= Parameter 1
|r1= [[Boolean]] - [[true]] if windows was opened


| |= Return value
|x1= <sqf>[BIS_vehicle] call BIS_fnc_showCuratorAttributes;</sqf>
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[Arma 3: Curator]]
}}
}}
<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