Category:Database Functions
From NWN Lexicon
[edit] Database Function Category
Database retrieval and storage for persistant campaigns.
[edit] Functions
| Name | Brief Description |
|---|---|
| Delete a campaign variable. | |
| Deletes a campaign DB variable from all PCs in a PC's party. | |
| Deletes a campaign variable from the database. | |
| Destroys a campaign database. | |
| Retrieves a string value from a *.2da file on a server. | |
| Get a campaign float on a player in the default database for this module. | |
| Retrieves a float from the campaign database. | |
| Get a campaign integer on a player in the default database for this module. | |
| Retrieves an integer value from the campaign database. | |
| Get a campaign location on a player in the default database for this module. | |
| Retrieves a location value from the campaign database. | |
| Return the name of the campaign database that should be used for this module (or a default value if none). | |
| Get a campaign string on a player in the default database for this module. | |
| Retrieves a string value from the campaign database. | |
| Get a campaign vector on a player in the default database for this module. | |
| Retrieves a vector value from the campaign database. | |
| Get a campaign object stored on a player in the default database for this module. You should use DeleteCampaignDBVariable to remove the object once you are done retrieving it, or else the database will bloat. | |
| Retrieves an object stored in the campaign database. | |
| Set a campaign float on a player in the default database for this module. | |
| Sets a campaign DB float variable on all PCs in a PC's party | |
| Set a campaign int on a player in the default database for this module. | |
| Sets a campaign DB integer on all PCs in PC's party | |
| Set a campaign location on a player in the default database for this module. | |
| Sets a campaign DB location variable on all PCs of a PC's party | |
| Set a campaign string on a player in the default database for this module. | |
| Sets a campaign string variable on all PCs in a PC's party | |
| Set a campaign vector on a player in the default database for this module. | |
| Sets a campaign DB vector variable on all PCs in a PC's party | |
| Sets the value of a float in the campaign database. | |
| Sets the value of an integer in the campaign database. | |
| Sets the value of a location in the campaign database. | |
| Sets the value of a string in the campaign database. | |
| Sets the value of a vector in the campaign database. | |
| Store a campaign object on a player in the default database for this module. | |
| Stores a campaign DB object on all PCs of a PC's party | |
| Stores an item or creature in the campaign database. |
Pages in category "Database Functions"
The following 36 pages are in this category, out of 36 total.
D
G |
G cont.RS |
S cont. |