onHoverEnd(tag: Tag, action: (a: GameObj)=>void): KEventController

Register an event that runs once when game objs with certain tags are unhovered (required to have area() component).

paramtag- The tag to listen for.

paramaction- The function to run when the event is triggered.

returnsThe event controller.

sincev3000.0

kaplay logo

Misc

Layer