# Catalog Field Is Scope

Grammar — Is catalog field of scope a scope
FlagsNative | Function

Returns true if the specified field exists 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 CatalogFieldIsScope(
	string scope,
	string field,
);

Category: Catalog / Lookup

# Examples

— None found —