| settings.inc Functions | |
| Includes | |
| The following inc files are included in settings.inc | |
| none | |
| AP_GetSettingsCfgFile |
|
| Parameters | |
| () | |
| Explanation | |
| Reads in :attributes:configs/settings.cfg |
|
| Return Values | |
| A config file reference. | |
| AP_GetSettingsCfgElem |
|
| Parameters | |
| (elem_name, byref cfg_file:=0) | |
| Name | Type |
| elem_name | A string matching the elem name to be retrieved. |
| cfg_file | Optional parameter - reference to a config already read in by AP_GetSettingsCfgFile() |
| Explanation | |
| Retrieves an elem from a config file. | |
| Return Values | |
| A config file elem reference. | |