clientOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!-- clientOwner --> {{Command|= Comments |arma3|= Game name |1.56|= Game version | Returns the client's owner id |= Description | id = '''clientOwner''' |= Syntax |p1= - |= P...")
 
(format, see also)
Line 4: Line 4:
|1.56|= Game version
|1.56|= Game version
| Returns the client's owner id |= Description
| Returns the client's owner id |= Description
| id = '''clientOwner''' |= Syntax
| '''clientOwner''' |= Syntax
|p1= - |= PARAMETER1  
|p1= |= PARAMETER1  
|p2=  |= PARAMETER2
|p2=  |= PARAMETER2
| |= RETURNVALUE  
| [[Number]] |= RETURNVALUE  
|x1= <code>_id = '''clientOwner''';</code>|= EXAMPLE1  
|x1= <code>_id = '''clientOwner''';</code>|= EXAMPLE1  
|  |= SEEALSO  
[[owner]], [[groupOwner]], [[onPlayerConnected]], [[onPlayerDisconnected]], [[getClientState]], [[getClientStateNumber]]|= SEEALSO  
|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
}}
}}

Revision as of 20:03, 17 February 2016


Hover & click on the images for description

Description

Description:
Returns the client's owner id
Groups:
Uncategorised

Syntax

Syntax:
clientOwner
Return Value:
Number

Examples

Example 1:
_id = clientOwner;

Additional Information

See also:
ownergroupOwneronPlayerConnectedonPlayerDisconnectedgetClientStategetClientStateNumber

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

Bottom Section

Notes

Bottom Section