BiowareDB.getVariable

Search and return variable information

Expected O(1).

  1. Variable getVariable(size_t index)
  2. Nullable!Variable getVariable(PCID pcid, string varName)
  3. Nullable!Variable getVariable(string account, string character, string varName)
    class BiowareDB
    const
    Nullable!Variable
    getVariable
    (
    in string account
    ,
    in string character
    ,
    in string varName
    )

Parameters

account string

$(ACCOUNT)

character string

$(CHARACTER)

varName string

$(VARNAME)

Return Value

Type: Nullable!Variable

the variable information, or null if not found

Meta