Call of Duty 4: Scripting Reference - Level::GetNumVehicles
From Mods Repository Wiki
GetNumVehicles()
Module: Level
SP Only
Summary:
Gets the number of vehicles entities in the level
Call this on:
Example:
vehicleCount = GetNumVehicles();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none