⚠️ Note: Packaged gamedata is not up-to-date as of 2021-06-22. Please download it from the repo.
Added
- Native
TF2Util_GetConditionCount
, which returns the number of conditions currently available in the game. This is read from the game, so it should remain current.
- Natives
TF2Util_GetPlayerConditionDuration
/ TF2Util_SetPlayerConditionDuration
, which accesses the remaining time on a player condition until it expires.
- Natives
TF2Util_GetPlayerConditionProvider
/ TF2Util_SetPlayerConditionProvider
, which accesses the entity providing a given player condition.
- Natives
TF2Util_GetPlayerBurnDuration
/ TF2Util_SetPlayerBurnDuration
, which accesses the remaining burn time on a player.