BIS fnc removeDestroyedCuratorEditableObjects: 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))
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.16|= Game version
|1.16|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Make destroyed curator objects non-editable. |Description=
 
____________________________________________________________________________________________
Description:
Make destroyed curator objects non-editable


Parameter(s):
| [object, parentClasses] call [[BIS_fnc_removeDestroyedCuratorEditableObjects]] |Syntax=
0:  OBJECT - curator or object to be removed after death
1: ARRAY of STRINGS - parent classes of objects to be removed (e.g., "Man")


Returns:
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= object: [[Object]] - Curator module or objects to be removed after death |Parameter 1=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_removeDestroyedCuratorEditableObjects]]; --> |= Syntax
|p2= id: [[Array]] of [[String|strings]] - Parent classes of objects to be removed (e.g., "Man") |Parameter 2=


|p1= |= Parameter 1
| [[Boolean]] |Return value=
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[curatorModule, ["Man"]]] [[call]] [[BIS_fnc_removeDestroyedCuratorEditableObjects]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Curator]] |See also=
}}


}}


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

Revision as of 00:03, 8 June 2018

Hover & click on the images for description

Description

Description:
Make destroyed curator objects non-editable.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[object, parentClasses] call BIS_fnc_removeDestroyedCuratorEditableObjects
Parameters:
object: Object - Curator module or objects to be removed after death
id: Array of strings - Parent classes of objects to be removed (e.g., "Man")
Return Value:
Boolean

Examples

Example 1:
[curatorModule, ["Man"]]] call BIS_fnc_removeDestroyedCuratorEditableObjects;

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