ScriptAny.lookupField

Depending on the type of index, if it is a string it accesses a field of the object, otherwise if it is numerical, attempts to access an index of an array object.

  1. ScriptAny lookupField(T index, bool success)
    struct ScriptAny
    lookupField
    (
    T
    )
    (,
    out bool success
    )
  2. ScriptAny lookupField(T index)

Meta