Jump to content

LoadTheatreBOIClasses

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (LoadTheatreBOIClasses – created via PowerShell script (2025-11-11T21:12:11Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: LoadTheatreBOIClasses
Function Description: Will attempt to load CMM.BOI table with Mission BOI file first then default back to CMM file and if that is also not found it will use default settings
File Location: cmm.DCSFunctions.lua
Syntax: CMM.LoadTheatreBOIClasses( )
Return Value: nil
Parameters: Name Description
Example: CMM.LoadTheatreBOIClasses()
Example Description: Loads the from CMM.MISSION.CDir\<theatre_BOIClasses.json and if that is not found it will load from CMM\MAPDATA\BOI\<theatre_BOIClasses.json
Related Functions:
Notes: --TODO Function is in MVP state, needs finalizing