DestroyCampaignDatabase(string)

Destroys a campaign database.

void DestroyCampaignDatabase(
    string sCampaignName
);

Parameters

sCampaignName

Campaign database to eradicate.


Description

Deletes a campaign database from disk. The campaign database does not go to the computer's recycling bin.



Remarks

A database consists of files within the database folder of the NWN install directory. Each database uses its own files, so if you have a database called "database1", and one called "database2", they'll be in different files, physically, and destroying one won't do anything to the other.

Note that after destroying a campaign database, there's no way of getting it back.


Version

1.30

See Also

categories: Database Functions


 author: Charles Feduke, editor: Lilac Soul
 Send comments on this topic.