Skip to content

MTG API 1.7.0

Choose a tag to compare

@SpecialAPI SpecialAPI released this 04 Nov 16:07
· 44 commits to main since this release

Changelog:

  • Made certain gun setup methods more optimized thanks to Captain Pretzel.
  • Added GunBehaviour.ModifyClipCount().
  • Fixed some base game guns being broken because of GunBehaviour overriding the return values of some Funcs, even if the methods for them weren't overriden. Now GunBehaviour only subscribes to Funcs if the methods are overriden.
  • Fixed GunBehaviour.OnGunThrown(), GunBehaviour.OnGunThrownPlayer(), GunBehaviour.OnGunThrownEnemy(), GunBehaviour.PostProcessBeam() and GunBehaviour.PostProcessBeamChanceTick() only being called for the last GunBehaviour if multiple are applied to the same gun.