serverConfigTopLevelEntry: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
(added seeAlso)
Line 20: Line 20:
|x1= <sqf>_kickDupes = getNumber serverConfigTopLevelEntry "kickDuplicate" != 0;</sqf>
|x1= <sqf>_kickDupes = getNumber serverConfigTopLevelEntry "kickDuplicate" != 0;</sqf>


|seealso= [[configFile]] [[config greater greater name|config >> name]]
|seealso= [[Arma_3:_Server_Config_File|Server Config File]] [[configFile]] [[config greater greater name|config >> name]]
}}
}}

Revision as of 18:13, 8 December 2023

Hover & click on the images for description

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.cfg entry but password and passwordAdmin which are ignored
Return Value:
Config - requested server config entry or configNull on error

Examples

Example 1:
_kickDupes = getNumber serverConfigTopLevelEntry "kickDuplicate" != 0;

Additional Information

See also:
Server Config File configFile config >> name

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