serverConfigTopLevelEntry: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "server.cfg" to "server config") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 8: | Line 8: | ||
|gr1= Argo | |gr1= Argo | ||
|descr= Get top-level entry (i.e. entry directly below config root) of the desired name from the {{Link| | |descr= Get top-level entry (i.e. entry directly below config root) of the desired name from the {{Link|Arma 3: Server Config File|server config}}, making it some kind of secured '''''serverConfigFile''''' command. | ||
|mp= Only works on '''dedicated''' servers. | |mp= Only works on '''dedicated''' servers. | ||
Line 20: | Line 20: | ||
|x1= <sqf>_kickDupes = getNumber serverConfigTopLevelEntry "kickDuplicate" != 0;</sqf> | |x1= <sqf>_kickDupes = getNumber serverConfigTopLevelEntry "kickDuplicate" != 0;</sqf> | ||
|seealso= [[ | |seealso= [[Arma 3: Server Config File]] [[configFile]] [[config greater greater name|config >> name]] | ||
}} | }} |
Latest revision as of 13:58, 17 May 2024
Description
- Description:
- Get top-level entry (i.e. entry directly below config root) of the desired name from the server config, making it some kind of secured serverConfigFile command.
- Multiplayer:
- Only works on dedicated servers.
- Groups:
- Argo
Syntax
- Syntax:
- serverConfigTopLevelEntry configEntry
- Parameters:
- configEntry: String - any server config entry but password and passwordAdmin which are ignored
- Return Value:
- Config - requested server config entry or configNull on error
Examples
- Example 1:
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