BIS fnc admin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}")
m (Some wiki formatting)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.70


|1.70|Game version=
|gr1= Multiplayer


|gr1 = Multiplayer |GROUP1=
|descr= Returns the admin state of a client the function is called on. Complements [[admin]] script command and used for self check on a local client.
____________________________________________________________________________________________


| Returns the admin state of a client the function is called on. Compliments [[admin]] script command and used for self check on a local client.|DESCRIPTION=
|s1= call [[BIS_fnc_admin]]
____________________________________________________________________________________________


| call '''BIS_fnc_admin''' |SYNTAX=
|r1= [[Number]]  - admin state of current client:
 
|p1=  |PARAMETER1=
|p2=  |PARAMETER2=
 
| [[Number]]  - admin state of current client:
* 0 - client is not an admin
* 0 - client is not an admin
* 1 - client is admin that is [[server.cfg#Voted_In_Admin|voted in]]
* 1 - client is admin that is [[server.cfg#Voted_In_Admin|voted in]]
* 2 - client is admin that is [[server.cfg#Logged_In_Admin|logged in]] |RETURNVALUE=
* 2 - client is admin that is [[server.cfg#Logged_In_Admin|logged in]]


|exec= call |= Execution By (defaults to [[call]] if omitted)
|x1= <sqf>private _adminState = call BIS_fnc_admin;</sqf>
__________________________________________________________________________
 
|x1= <code>_adminState = [[call]] [[BIS_fnc_admin]];</code> |EXAMPLE1=
____________________________________________________________________________________________
 
 
| [[admin]] |SEEALSO=


|seealso= [[admin]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
<!-- Appropriate categories go here e.g. {{GameCategory|arma3|Functions}} -->
[[Category:Functions|{{uc:admin}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:spawn}}]]

Latest revision as of 22:09, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns the admin state of a client the function is called on. Complements admin script command and used for self check on a local client.
Execution:
call
Groups:
Multiplayer

Syntax

Syntax:
call BIS_fnc_admin
Return Value:
Number - admin state of current client:
  • 0 - client is not an admin
  • 1 - client is admin that is voted in
  • 2 - client is admin that is logged in

Examples

Example 1:
private _adminState = call BIS_fnc_admin;

Additional Information

See also:
admin

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