mergeConfigFile (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.18
Description
- Description:
- Merges the given config file into the main config. Location is relative to the Userdir (default) or mission directory depending on the the value of UserDir.
Syntax
- Syntax:
- mergeConfigFile [configfile, userdir]
- Parameters:
- configfile: String - file name
- userdir: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
mergeConfigFile ["myconfig",false]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- newConfig, addClass, deleteClass, openClass, saveConfig, loadConfig, listConfigNames

