SteamItemDefinition๏ƒ

Inherits: RefCounted < Object

Metadata for a Steam inventory item definition.

Description๏ƒ

Returned by Steam.get_item_definition() and Steam.get_all_item_definitions().

Methods๏ƒ

int

get_def_id() const

String

get_description() const

String

get_icon_url() const

String

get_item_type() const

String

get_name() const

Dictionary

get_properties() const

String

get_property(name: String) const


Method Descriptions๏ƒ

int get_def_id() const ๐Ÿ”—

Returns the item definition ID.


String get_description() const ๐Ÿ”—

Returns the localized description.


String get_icon_url() const ๐Ÿ”—

Returns the HTTP URL for the item icon.


String get_item_type() const ๐Ÿ”—

Returns the item type string from the definition.


String get_name() const ๐Ÿ”—

Returns the localized display name.


Dictionary get_properties() const ๐Ÿ”—

Returns all raw definition properties.


String get_property(name: String) const ๐Ÿ”—

Returns a single definition property by name.