# Catalog Link Replacement

Grammar — Replacement of value in catalog for player player
FlagsNative | Function

Most game functionality will switch to using the replacement value when possible instead of the original value.

# Arguments

  • int — Player
  • int [ preset::CatalogType ] — Catalog
  • string — Value

Returns — string

native string CatalogLinkReplacement(
	int player,
	int catalog,
	string id,
);

Category: Catalog / Support

# Examples

— None found —