Skip to content

nobody: (0.19.0)

Compare
Choose a tag to compare
@nosoop nosoop released this 23 Mar 16:15
· 4 commits to master since this release

Minor feature update. There is no urgent need to update if your plugins still work.

If coming from an older version of the plugin, you will need to update tf2.econ_data.txt.

Added

  • Native TF2Econ_GetAttributeList, which returns an ArrayList of valid attribute definition indices.
    • Why would you use this? I don't know. Probably for something I'm working on releasing in the near future I've released.
    • (But really, the TF2Attributes facilities are preferred for attributes on entities.)

Changed

  • Removed public visibility specifier on functions that do not need it.