netId
Jump to navigation
Jump to search
Description
- Description:
- Get the unique ID of an object or a group.
- Multiplayer:
-
- In singleplayer: 2.18 returns a net ID (different from BIS_fnc_netId's output), before that it returned an empty string in single player (see BIS_fnc_netId and BIS_fnc_objectVar)
- In multiplayer: works as described
- Groups:
- Multiplayer
Syntax
Examples
- Example 1:
Additional Information
- See also:
- objectFromNetId groupFromNetId BIS_fnc_objectFromNetId BIS_fnc_netId BIS_fnc_groupFromNetId BIS_fnc_objectVar
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
- Posted on Oct 19, 2018 - 13:40 (UTC)
-
Even if the returned value is in format of owner:uniqueid, it doesn't follow the current ownership of an object (owner for example).
This command keeps the original owner of a created object.