Jump to content

InitializeXPSystem

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (InitializeXPSystem – created via PowerShell script (2025-11-11T21:12:53Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: InitializeXPSystem
Function Description: Initializes the XP system by loading banked tables for player and sortie data, ensuring the CMM.SORTIE and CMM.SORTIEAWARDS structures are ready for use.
File Location: cmm.XpFunctions.lua
Syntax: CMM.InitializeXPSystem( )
Return Value:
Parameters: Name Description
Example: CMM.InitializeXPSystem()
Example Description: Loads player and banked tables to prepare the XP system for tracking sortie data and awards.
Related Functions:
Notes: