0.6.0: Changes for upcoming functionality
Pre-release
Pre-release
Added
- Native
TF2Econ_IsValidItemDefinition
is equivalent toTF2Econ_IsValidDefinitionIndex
, but more in line with the naming conventions of the other functions (which refer to items). This was done in preparation for non-item functionality.
Deprecated
- All instances of
TF2Econ_IsValidDefinitionIndex
should be replaced withTF2Econ_IsValidItemDefinition
. Both names point to the same native, and while deprecated, is unlikely to be removed.