Multiplayer Identification: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Arma 3 {{stub}} *[https://community.bistudio.com/wiki/groupFromNetId groupFromNetId] *[https://community.bistudio.com/wiki/netId netId] *[https://community.bistud...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
*[https://community.bistudio.com/wiki/setOwner setOwner] | *[https://community.bistudio.com/wiki/setOwner setOwner] | ||
*[https://community.bistudio.com/wiki/owner owner] | *[https://community.bistudio.com/wiki/owner owner] | ||
*[https://community.bistudio.com/wiki/onPlayerConnected onPlayerConnected] | |||
*[https://community.bistudio.com/wiki/setGroupOwner setGroupOwner] | *[https://community.bistudio.com/wiki/onPlayerDisconnected onPlayerDisconnected] | ||
*[https://community.bistudio.com/wiki/getGroupOwner getGroupOwner] | *[https://community.bistudio.com/wiki/setGroupOwner setGroupOwner] | ||
*[https://community.bistudio.com/wiki/getGroupOwner getGroupOwner] | |||
*[https://community.bistudio.com/wiki/BIS_fnc_getUnitByUid BIS_fnc_getUnitByUid] | |||
------ | ------ | ||
*[https://community.bistudio.com/wiki/publicVariableClient publicVariableClient] (uses ClientID) | *[https://community.bistudio.com/wiki/publicVariableClient publicVariableClient] (uses ClientID) | ||
------ | |||
Things that use NetID or ClientID | |||
*User placed markers | |||
["_USER_DEFINED #0/0","_USER_DEFINED #0/1","_USER_DEFINED #0/3"]<br> | |||
displays as: _USER_DEFINED #''ClientID''/''Marker Number'' |
Latest revision as of 16:04, 29 March 2015
This article is a stub or a work in progress |
- groupFromNetId
- netId
- objectFromNetId
- getPlayerUID
- setOwner
- owner
- onPlayerConnected
- onPlayerDisconnected
- setGroupOwner
- getGroupOwner
- BIS_fnc_getUnitByUid
- publicVariableClient (uses ClientID)
Things that use NetID or ClientID
- User placed markers
["_USER_DEFINED #0/0","_USER_DEFINED #0/1","_USER_DEFINED #0/3"]
displays as: _USER_DEFINED #ClientID/Marker Number