Skip to content

1.2.0

Compare
Choose a tag to compare
@nosoop nosoop released this 12 Aug 16:54
· 19 commits to master since this release

Added

  • Native TF2Util_GetPlayerActiveBleedCount, returning the number of bleed effects currently active on the given player.
  • Natives TF2Util_GetPlayerBleedAttacker, TF2Util_GetPlayerBleedWeapon, TF2Util_GetPlayerBleedNextDamageTick, TF2Util_GetPlayerBleedDuration, TF2Util_GetPlayerBleedDamage, TF2Util_GetPlayerBleedCustomDamageType, to access the properties of each active bleed effect on a player.
    • There aren't corresponding setters at the moment since I don't have a use-case for them, but they can be added if there is interest in them.
  • Native TF2Util_MakePlayerBleed, which is a version of SourceMod's TF2_MakeBleed with support for setting those properties.