nobody: (0.19.0)
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 anArrayList
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 futureI've released. - (But really, the TF2Attributes facilities are preferred for attributes on entities.)
- Why would you use this? I don't know. Probably for something
Changed
- Removed
public
visibility specifier on functions that do not need it.