# Catalog Field Type Category

Grammar — Type category of field in scope
FlagsNative | Function

Returns the data type category 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 — int [ preset::FieldTypeCategory ]

native int CatalogFieldTypeCategory(
	string scope,
	string field,
);

Category: Catalog / Lookup

# Examples

— None found —