# Catalog Field Is Array

Grammar — Is catalog field of scope an array
FlagsNative | Function

Returns true if the specified field is an array 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 — bool

native bool CatalogFieldIsArray(
	string scope,
	string field,
);

Category: Catalog / Lookup

# Examples

— None found —