Database Function Category

Database retrieval and storage for persistant campaigns.



Functions

NameBrief Description
DeleteCampaignDBVariableOnAllDeletes a campaign DB variable from all PCs in a PC's party.
DeleteCampaignVariableDeletes a campaign variable from the database.
DestroyCampaignDatabaseDestroys a campaign database.
Get2DAStringRetrieves a string value from a *.2da file on a server.
GetCampaignFloatRetrieves a float from the campaign database.
GetCampaignIntRetrieves an integer value from the campaign database.
GetCampaignLocationRetrieves a location value from the campaign database.
GetCampaignStringRetrieves a string value from the campaign database.
GetCampaignVectorRetrieves a vector value from the campaign database.
RetrieveCampaignObjectRetrieves an object stored in the campaign database.
SetCampaignDBFloatOnAllSets a campaign DB float variable on all PCs in a PC's party
SetCampaignDBIntOnAllSets a campaign DB integer on all PCs in PC's party
SetCampaignDBLocationOnAllSets a campaign DB location variable on all PCs of a PC's party
SetCampaignDBStringOnAllSets a campaign string variable on all PCs in a PC's party
SetCampaignDBVectorOnAllSets a campaign DB vector variable on all PCs in a PC's party
SetCampaignFloatSets the value of a float in the campaign database.
SetCampaignIntSets the value of an integer in the campaign database.
SetCampaignLocationSets the value of a location in the campaign database.
SetCampaignStringSets the value of a string in the campaign database.
SetCampaignVectorSets the value of a vector in the campaign database.
StoreCampaignDBObjectOnAllStores a campaign DB object on all PCs of a PC's party
StoreCampaignObjectStores an item or creature in the campaign database.

See Also

Function Categories



 Send comments on this topic.