BIS fnc isCuratorEditable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious))
(page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Return [[true]] if given object is editable by player (when he's curator). |= Description
____________________________________________________________________________________________


Description:
| [object] call [[BIS_fnc_isCuratorEditable]] |= Syntax
Return if given object is editable by player (when he's curator)
____________________________________________________________________________________________


Parameter(s):
|p1= object: [[Object]] - Object to be checked|= Parameter 1
0: OBJECT
____________________________________________________________________________________________
 
Returns:
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]] - [[True]] if editable, otherwise [[false]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_isCuratorEditable]]; --> |= Syntax
|x1= <code>[object_1] [[call]] [[BIS_fnc_isCuratorEditable]];</code> |=
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[Curator]] |= See also
____________________________________________________________________________________________
}}


| |= See also


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 16:20, 28 May 2018

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:
Uncategorised

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:
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


Notes

Bottom Section