clientOwner: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format, see also)
No edit summary
Line 26: Line 26:
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on February 17, 2016 - 18:54 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
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.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 20:54, 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

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.