Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

[FEATURE] render hook #103

Closed dmrickey closed 1 year ago

dmrickey commented 1 year ago

It would be awesome if TAH could fire off an "action hud rendered" hook. This would allow a lot more customization on the hud if I wanted to do something a lot more complex that can't be done with just css.

I'm imagining something like Hooks.callAll('tah-core-hud-rendered', node);

Larkinabout commented 1 year ago

Added in Token Action HUD Core 1.4.0.