groupFromNetId: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (note) |
Killzone Kid (talk | contribs) (see also to scripted function, note removed) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Get group with given unique ID. |= Description | | Get group with given unique ID. For objects use [[objectFromNetId]]. As this command is MP only, you can use [[BIS_fnc_groupFromNetId]], which extends the use to SP as well. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[objectFromNetId]], [[netId]] |= SEEALSO | | [[objectFromNetId]], [[netId]], [[BIS_fnc_objectFromNetId]], [[BIS_fnc_netId]], [[BIS_fnc_groupFromNetId]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR | ||
Line 38: | Line 38: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 18:08, 26 March 2016
Description
- Description:
- Get group with given unique ID. For objects use objectFromNetId. As this command is MP only, you can use BIS_fnc_groupFromNetId, which extends the use to SP as well.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_group = groupFromNetId "4:45";
Additional Information
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