Jump to content

Tools.getSummerTime

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (tools.getSummerTime – created via PowerShell script (2025-11-11T21:12:51Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: tools.getSummerTime
Function Description: Checks if the current theatre matches a specific value and retrieves the SummerTimeDelta configuration from the terrain settings if the condition is met.
File Location: cmm.tools.lua
Syntax: CMM.tools.getSummerTime( )
Return Value: nil
Parameters: Name Description
Example: CMM.tools.getSummerTime()
Example Description: Evaluates the mission theatre and, if it matches the current value, fetches and logs the SummerTimeDelta setting from the terrain configuration.
Related Functions:
Notes: