Call of Duty 4: Scripting Reference - BadPlaces::BadPlace Delete
From COD Modding & Mapping Wiki
BadPlace_Delete( <bad place identifier> )
Module: BadPlaces
SP Only
Summary:
Deletes a bad place. It is okay to delete a bad place name that doesn't exist. It is not okay to delete the special name "".
Call this on:
Example:
BadPlace_Delete( "bpFlak1" );
Required arguments:
- <bad place identifier> The bad place to delete
Optional arguments:
- none
Notes:
- none