# Catalog Field Get

Grammar — Catalog field name of scope scope at index index
FlagsNative | Function

Returns the name of the field at the specified index for the specified scope. Use catalog lookup functions to retrieve a data value or other information from the game data.

# Arguments

  • string<catalogscope> — Scope
  • int — Index

Returns — string<catalogfieldname>

native string CatalogFieldGet(string scope, int index);

Category: Catalog / Lookup

# Examples

— None found —