Skip to content

Rapid prototyping edition

Pre-release
Pre-release
Compare
Choose a tag to compare
@nosoop nosoop released this 09 Apr 10:53
· 50 commits to master since this release

This release adds a couple of additional natives.

Added

  • Native TF2Econ_GetItemSchemaAddress, which returns the address of the CTFItemSchema singleton, should you want raw access to it for whatever reason.
  • Native TF2Econ_TranslateAttributeNameToDefinitionIndex, which returns the attribute definition index for a given attribute name or -1 if an attribute with that name doesn't exist. I was debating on how to implement this in #3 and settled on adding another SDKCall for the time being.