v1.5.0
New Features / Changes
- Added
Player.IsPlanting
, true if a player is currently planting the bomb (#132) - Added
Player.IsReloading
, true if a player is currently reloading (#132) - Added
Player.IsAirborne()
, returns true if the player is currently in the air (jumping / falling) (#132) - Changed weapon
worldspawn
fromEqUnknown
toEqWorld
(#156)
Fixes
- Documented that
Kill.Killer
andWeaponFire.Shooter
may be nil in some cases (#156)