clientOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "|= Game name" to "|Game name=")
Line 1: Line 1:
<!-- clientOwner -->
<!-- clientOwner -->
{{Command|Comments=
{{Command|Comments=
|arma3|= Game name
|arma3|Game name=
|1.56|= Game version
|1.56|= Game version
| Returns the client's [[owner]] id |DESCRIPTION=
| Returns the client's [[owner]] id |DESCRIPTION=

Revision as of 03:14, 31 August 2019


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:
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.