LoadFacilityTemplates
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | LoadFacilityTemplates | |
| Function Description: | Loads Saved Tempates from a directory into the CMM.TEMPLATES table | |
| File Location: | cmm.templates.lua | |
| Syntax: | CMM.LoadFacilityTemplates( string TemplatePath ) | |
| Return Value: | string or nil | |
| Parameters: | Name | Description |
| TemplatePath | Name of the template to lookup | |
| Example: | CMM.LoadFacilityTemplates("G:\Templates") | |
| Example Description: | Loads all templates from G:\Templates directory into the CMM.TEMPLATES table | |
| Related Functions: | ||
| Notes: | ||