Skip to content

NwPluginAPI 12.0.0-rc.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@zabszk zabszk released this 30 Dec 22:53
· 17 commits to master since this release
9345065
  • Added PlayerInteractGenerator event (#98, #122).
  • Added RoundEndConditionsCheck event (#108, #122),
  • Added Scp914PickupUpgraded and Scp914InventoryItemUpgraded events (#108, #123 by @SrLicht).
  • Added thrower and position to GrenadeExploded event (#108, #120 by @SrLicht).
  • Added position to ItemSpawned event (#108, #120 by @SrLicht).
  • Added player and position to PlaceBulletHole` event (#108, #120 by @SrLicht).
  • Added position to PlaceBlood event (#108, #120 by @SrLicht).
  • Added elevator to PlayerInteractElevator event (#108, #120 by @SrLicht).
  • Added chamber to PlayerInteractLocker event (#108, #120 by @SrLicht).
  • Added shootingTarget to PlayerInteractShootingTarget event (#108, #120 by @SrLicht).
  • Added intensity and duration to PlayerReceiveEffect event (#108, #120 by @SrLicht).
  • Added rigidbody to PlayerThrowItem event (#108, #120 by @SrLicht).
  • Added isResumed to WarheadStop event (#101, #122).
  • Added projectileSettings and fullForce to PlayerThrowProjectile event (#108, #120 by @SrLicht).
  • Removed forceAmount, upwardsFactor, torque and velocity from PlayerThrowProjectile event (#108, #120 by @SrLicht).
  • Added knobSetting to Scp914Activate and Scp914KnobChange events (#108, #120 by @SrLicht).
  • Added previousKnobSetting to Scp914KnobChange event (#108, #120 by @SrLicht).
  • Added outputPosition to Scp914UpgradePickup event (#108, #120 by @SrLicht).
  • Added result to PlayerGameConsoleCommandExecuted event (#103, #122).
  • Improved RoundEnd event cancelling - it now uses custom cancellation data instead of a bool (#116, #122).
  • Added Statistics.CurrentRound.WarheadDetonated (#119, #122).
  • Fixed swapped arguments in PlayerDamage event (#110 by @Michal78900).
  • Fixed UnregisterEvents<T> (#113, #117).
  • Added new methods and fields for Player, Facility, Map, Round (#92, #112 by @SrLicht).
  • Added Player.StaminaRemaining (#115 by @Bonjemus).
  • Events documentation now includes information about events cancellation (#122).