武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.58
  

Click on the images for descriptions

Introduced in

Game:
Arma 3
Version:
1.58

Description

Description:
Extends MP-only netId functionality to SP

Syntax

Syntax:
objOrGrp call BIS_fnc_netId;
Parameters:
objOrGrp: Object or Group
Return Value:
String - net Id in format "owner:id" or "".

Examples

Example 1:
_objNetId = player call BIS_fnc_netId; // "0:2"
Example 2:
_grpNetId = group player call BIS_fnc_netId; // "0:3"

Additional Information

Execution:
call
Multiplayer:
-
See also:
netIdobjectFromNetIdgroupFromNetIdBIS_fnc_objectFromNetIdBIS_fnc_groupFromNetId

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement