Jump to content

Explode

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (Explode – created via PowerShell script (2025-11-11T21:12:21Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: Explode
Function Description: Makes shit explode
File Location: cmm.MapCommandFunctions.lua
Syntax: CMM.Explode( table vec3 , number yield )
Return Value:
Parameters: Name Description
vec3{x <number>, y <number>, z <number>} – position vector in world space
yieldexplosion strength (yield) value, must be a number
Example: CMM.Explode({x=100, y=50, z=0}, 300)
Example Description: Triggers an explosion at world coordinates (100, 50, 0) with a yield of 30.
Related Functions:
Notes: Primarily called by CMM.MarkerExplode()