BiowareDB.deleteVariable - multiple declarations
Function BiowareDB.deleteVariable
Remove a variable
void deleteVariable
(
ulong index
);
Note
Only marks the variable as deleted. Data can still be accessed using the variable index.
Parameters
Name | Description |
---|---|
index | Index of the variable in the table |
Function BiowareDB.deleteVariable
Remove a variable
Note
Only marks the variable as deleted. Data can still be accessed using the variable index.
Parameters
Name | Description |
---|---|
pcid | player character identifier Should be his account name concatenated with his character name null for module variables |
varName | Campaign variable name |