# Catalog Entry Parent

Grammar — Catalog catalog entry entry parent
FlagsNative | Function

Returns the ID of the parent of the specified entry. Use catalog lookup functions to retrieve a data value or other information from the game data.

# Arguments

  • int [ preset::CatalogType ] — Catalog
  • string [ catalogentry ] — Entry

Returns — string [ catalogentry ]

native string CatalogEntryParent(
	int catalog,
	string entry,
);

Category: Catalog / Lookup

# Examples

— None found —