# Type Of Data Table Value

Grammar — Type of name value in the scope|Global/Local data table
FlagsNative | Function

Returns the type of a data table value.

# Arguments

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

Returns — int [ preset::DataType ]

native int DataTableValueType(bool global, string name);

Category: Data Table / Utility

# Examples

— None found —