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๏
get_def_id() const |
|
get_description() const |
|
get_icon_url() const |
|
get_item_type() const |
|
get_name() const |
|
get_properties() const |
|
get_property(name: String) const |
Method Descriptions๏
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.
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.