# Value From Data Table (Unit Reference)

Grammarname from the scope|Global/Local data table
FlagsOperator | Function

Returns a unit value from a data table, which may be stored as either a unit value or a unit variable. Data tables allow you to store and recall values using a string identifier.

# Arguments

  • bool [ preset::DataScope ] — Scope
  • string — Name

Returns — unit

UnitRefToUnit(DataTableGetUnitRef(#PARAM(scope), #PARAM(name)))

Category: Data Table / Load Value

# Examples

— None found —