clientOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
<!-- clientOwner -->
<!-- clientOwner -->
{{Command|Comments=
{{Command
|arma3|Game name=
|arma3
|1.56|Game version=
|1.56


|gr1 = Multiplayer |GROUP1=
|gr1 = Multiplayer




| Returns the [[Multiplayer_Scripting#Machine_network_ID | machine network ID]] of the client executing the command. |DESCRIPTION=
| Returns the [[Multiplayer_Scripting#Machine_network_ID | machine network ID]] of the client executing the command.
| '''clientOwner''' |SYNTAX=
| '''clientOwner'''
|p1=  |PARAMETER1=  
|p1=
|p2=  |PARAMETER2=
|p2=
| [[Number]] |RETURNVALUE=
| [[Number]]
|x1= <code>_id = '''clientOwner''';</code>|EXAMPLE1=
|x1= <code>_id = '''clientOwner''';</code>
|  [[owner]], [[groupOwner]], [[onPlayerConnected]], [[onPlayerDisconnected]], [[getClientState]], [[getClientStateNumber]], [[admin]], [[remoteExecutedOwner]]|SEEALSO=
|  [[owner]], [[groupOwner]], [[onPlayerConnected]], [[onPlayerDisconnected]], [[getClientState]], [[getClientStateNumber]], [[admin]], [[remoteExecutedOwner]]
|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
}}
}}

Revision as of 01:11, 18 January 2021


Hover & click on the images for description

Description

Description:
Returns the machine network ID of the client executing the command.
Groups:
Multiplayer

Syntax

Syntax:
clientOwner
Return Value:
Number

Examples

Example 1:
_id = clientOwner;

Additional Information

See also:
ownergroupOwneronPlayerConnectedonPlayerDisconnectedgetClientStategetClientStateNumberadminremoteExecutedOwner

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

Posted on February 17, 2016 - 18:54 (UTC)
Killzone Kid
On hosted server there could be some inconsistency between clientOwner, owner and object creator id, especially in missions started from save. On the dedicated server this command however works reliably.