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

NameDescription
index Index of the variable in the table

Function BiowareDB.deleteVariable

Remove a variable

void deleteVariable (
  in const(PCID) pcid,
  in const(string) varName
);

Note

Only marks the variable as deleted. Data can still be accessed using the variable index.

Parameters

NameDescription
pcid player character identifier
Should be his account name concatenated with his character name
null for module variables
varName Campaign variable name