Pryaxis / TSAPI

🛠🌳 The TShock Scaffold API enables developers to build plugins that hook directly into the Terraria game engine.
http://tshock.co/
GNU General Public License v3.0
109 stars 67 forks source link

Respect OTAPI hook result #247

Open sgkoishi opened 1 year ago

sgkoishi commented 1 year ago

The TSAPI's hooks are always triggered, no matter if it is already cancelled. The plugins that use those TSAPI hooks are unable to determine if they are cancelled and always process them at least once.