BiowareDB.getVariable

Search and return variable information

Expected O(1).

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

Parameters

pcid PCID

$(PCID)

varName string

$(VARNAME)

Return Value

Type: Nullable!Variable

the variable information, or null if not found

Meta