BIS fnc isCuratorEditable: Difference between revisions
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: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Return [[true]] if given object is editable by player (when he's curator). |= Description | ||
____________________________________________________________________________________________ | |||
| [object] call [[BIS_fnc_isCuratorEditable]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= object: [[Object]] - Object to be checked|= Parameter 1 | |||
____________________________________________________________________________________________ | |||
| [[Boolean]] - [[True]] if editable, otherwise [[false]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| < | |x1= <code>[object_1] [[call]] [[BIS_fnc_isCuratorEditable]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Curator]] |= See also | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 15:20, 28 May 2018
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