Jump to content

ScheduleSpawnStatic

From CMM Wiki
Revision as of 14:16, 10 February 2026 by Ozdeadmeat (talk | contribs) (ScheduleSpawnStatic – created via PowerShell script (2026-02-11T01:16:44Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: ScheduleSpawnStatic
Function Description: Executes a scheduled spawn of a static object, used in CMM.TemplateBuilder
File Location: cmm.templates.lua
Syntax: CMM.ScheduleSpawnStatic( table argTable )
Return Value: nil
Parameters: Name Description
argTableA table of arguments for the static spawn, {DeployedTBLName <string>, CountryID <number>, StaticTBL
Example: CMM.ScheduleSpawnStatic({"FOB_01#01245", 82, StaticTBL})
Example Description: Returns the next CMM.TemplateID number
Related Functions:
Notes:
}