# Catalog Field Count

Grammar — Catalog field count of scope scope
FlagsNative | Function

Returns the number of fields for the specified scope. Use catalog lookup functions to retrieve a data value or other information from the game data.

# Arguments

  • string [ catalogscope ] — Scope

Returns — int

native int CatalogFieldCount(string scope);

Category: Catalog / Lookup

# Examples

— None found —