SignatureBeef / Open-Terraria-API

Open Terraria API - Mac, Linux & Windows
GNU General Public License v3.0
96 stars 38 forks source link

Is there hooks update doc? #100

Closed Cordium1990 closed 1 year ago

Cordium1990 commented 1 year ago

Some hooks have been changed. For example. image This hook is no longer available. I can't find what it has changed to.

SignatureBeef commented 1 year ago

that hook was disabled in otapi2 (yet api exists for any unknown backwards compat), and thus excluded from otapi3. other hooks are in the wiki here

what purpose is this hook needed for? i have recently thought about exposing a similar api for terraria-only console writes but haven't had the time.

for now you would probably be looking at using a monomod runtime hook.