BIS fnc isCuratorEditable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *O([a-z])" to "$1 - o$2")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


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


|1.16|= Game version
|gr1= Curator
____________________________________________________________________________________________


| Return [[true]] if given object is editable by player (when he's curator). |DESCRIPTION=
|descr= Return [[true]] if given object is editable by player (when he's curator).
____________________________________________________________________________________________


| [object] call [[BIS_fnc_isCuratorEditable]] |SYNTAX=
|s1= [object] call [[BIS_fnc_isCuratorEditable]]
____________________________________________________________________________________________


|p1= object: [[Object]] - Object to be checked|PARAMETER1=
|p1= object: [[Object]] - object to be checked
____________________________________________________________________________________________


| [[Boolean]] - [[True]] if editable, otherwise [[false]] |RETURNVALUE=
|r1= [[Boolean]] - [[true]] if editable, otherwise [[false]]
____________________________________________________________________________________________


|x1= <code>[object_1] [[call]] [[BIS_fnc_isCuratorEditable]];</code> |=
|x1= <sqf>[object_1] call BIS_fnc_isCuratorEditable;</sqf>
____________________________________________________________________________________________


| [[Curator]] |SEEALSO=
|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:isCuratorEditable}}]]
[[Category:Functions|{{uc:isCuratorEditable}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:isCuratorEditable}}]]

Latest revision as of 15:42, 8 November 2023

Hover & click on the images for description

Description

Description:
Return true if given object is editable by player (when he's curator).
Execution:
call
Groups:
Curator

Syntax

Syntax:
[object] call BIS_fnc_isCuratorEditable
Parameters:
object: Object - object to be checked
Return Value:
Boolean - true if editable, otherwise false

Examples

Example 1:
[object_1] call BIS_fnc_isCuratorEditable;

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