Skip to content

Missing Fields in CEconItem Documentation (Also in the DefinitelyTyped Definitions) #353

@mariusriedl

Description

@mariusriedl

Some fields in CEconItem are present in actual Steam inventory responses but are missing in the documentation and also not typed in the DefinitelyTyped steamcommunity/classes/CEconItem

Fields (Not Documented or Typed)

icon_url // (Yes, I’m aware of .getImageURL(), but the raw field still exists.)
owner_descriptions
actions
const icon = (item as any).icon_url;
const ownerDescriptions = (item as any).owner_descriptions;

I'd be happy to contribute but I'm pretty tired right now as it is past 1am. Might get around to it at some point, might not.

Much love

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions