Rapid prototyping edition
Pre-release
Pre-release
This release adds a couple of additional natives.
Added
- Native
TF2Econ_GetItemSchemaAddress
, which returns the address of theCTFItemSchema
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 anotherSDKCall
for the time being.