# Catalog Field Type

Grammar — Type of field in scope
FlagsNative | Function

Returns the data type for the specified field in the specified scope. Use catalog lookup functions to retrieve a data value or other information from the game data.

# Arguments

  • string [ catalogscope ] — Scope
  • string [ catalogfieldname ] — Field

Returns — string

native string CatalogFieldType(string scope, string field);

Category: Catalog / Lookup

# Examples

— None found —