Database Function Category
Database retrieval and storage for persistant campaigns.
Functions
| Name | Brief Description |
|---|---|
| DeleteCampaignDBVariableOnAll | Deletes a campaign DB variable from all PCs in a PC's party. |
| DeleteCampaignVariable | Deletes a campaign variable from the database. |
| DestroyCampaignDatabase | Destroys a campaign database. |
| Get2DAString | Retrieves a string value from a *.2da file on a server. |
| GetCampaignFloat | Retrieves a float from the campaign database. |
| GetCampaignInt | Retrieves an integer value from the campaign database. |
| GetCampaignLocation | Retrieves a location value from the campaign database. |
| GetCampaignString | Retrieves a string value from the campaign database. |
| GetCampaignVector | Retrieves a vector value from the campaign database. |
| RetrieveCampaignObject | Retrieves an object stored in the campaign database. |
| SetCampaignDBFloatOnAll | Sets a campaign DB float variable on all PCs in a PC's party |
| SetCampaignDBIntOnAll | Sets a campaign DB integer on all PCs in PC's party |
| SetCampaignDBLocationOnAll | Sets a campaign DB location variable on all PCs of a PC's party |
| SetCampaignDBStringOnAll | Sets a campaign string variable on all PCs in a PC's party |
| SetCampaignDBVectorOnAll | Sets a campaign DB vector variable on all PCs in a PC's party |
| SetCampaignFloat | Sets the value of a float in the campaign database. |
| SetCampaignInt | Sets the value of an integer in the campaign database. |
| SetCampaignLocation | Sets the value of a location in the campaign database. |
| SetCampaignString | Sets the value of a string in the campaign database. |
| SetCampaignVector | Sets the value of a vector in the campaign database. |
| StoreCampaignDBObjectOnAll | Stores a campaign DB object on all PCs of a PC's party |
| StoreCampaignObject | Stores an item or creature in the campaign database. |
See Also
Send comments on this topic.