BiowareDB.opApply

Iterate over all variables (both active and deleted) Note: You need to check Variable.deleted value.

  1. int opApply(int delegate(in Variable) dlg)
    class BiowareDB
    const
    int
    opApply
    (
    scope int delegate dlg
    )
  2. int opApply(int delegate(size_t, in Variable) dlg)

Meta