BIS fnc isCurator: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Curator(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1 = Curator |GROUP1=
|gr1 = Curator |GROUP1=
____________________________________________________________________________________________


|Return if given object is curator logic.|DESCRIPTION=
|Return if given object is curator logic.|DESCRIPTION=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_isCurator]]; --> |SYNTAX=
| <!-- [] call [[BIS_fnc_isCurator]]; --> |SYNTAX=
Line 17: Line 14:


| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code> [[player]] [[call]] [[BIS_fnc_isCurator]];</code> |=  
|x1= <code> [[player]] [[call]] [[BIS_fnc_isCurator]];</code> |=  
____________________________________________________________________________________________


| [[Curator]] |SEEALSO=
| [[Curator]] |SEEALSO=

Revision as of 00:25, 17 January 2021

Hover & click on the images for description

Description

Description:
Return if given object is curator logic.
Execution:
call
Groups:
Curator

Syntax

Syntax:
Syntax needed
Parameters:
object: Object - Object which should be checked
Return Value:
Boolean

Examples

Example 1:
player call BIS_fnc_isCurator;

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