BIS fnc getNetMode: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 36: | Line 36: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:getNetMode}}]] | [[Category:Functions|{{uc:getNetMode}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:getNetMode}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:getNetMode}}]] |
Revision as of 09:10, 10 October 2020
Description
- Description:
- Returns the current net mode as a string.
- Execution:
- call
- Groups:
- Multiplayer
Syntax
- Syntax:
- call BIS_fnc_getNetMode
- Return Value:
- String - can be one of:
- "DedicatedServer"
- "Server"
- "HeadlessClient"
- "Client"
- "SinglePlayer"
Examples
- Example 1:
_netMode = call BIS_fnc_getNetMode;
Additional Information
- See also:
- See also needed
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