#protoman4smash
Pre-release
Pre-release
This release adds support for protobuf-defined paintkits, and raw access to the protoscript manager.
It also adds support for reading statically-defined rarities out of item definitions.
Added
- Native
TF2Econ_GetPaintKitDefinitionList
, which returns anArrayList
containing paintkit proto definition indices. So now you have a list of valid values for thepaintkit_proto_def_index
attribute. - Native
TF2Econ_GetProtoDefManagerAddress
, which returns the address of theCProtoBufScriptObjectDefinitionManager
, which holds all the new protobuf-based objects. - Native
TF2Econ_GetPaintKitDefinitionAddress
, which returns the address of theCPaintKitDefinition
instance. - Native
TF2Econ_GetItemRarity
, returning the static rarity value of the given item definition.