Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Arrow

A module for Windower 4 addons to use to draw a pointed arrow @ x,y,z with a text box containing the target name and distance

unknown2unknownunknown3

Usage

In your project:

Copy in Images/ and arrow.lua

-- load the modulelocalarrowmodule=require('arrow')
-- create/delete the arrow & text boxarrow.init()
arrow.destroy()
-- update the arrow point at (target_x,target_y) and-- set the text box to target_name-- Note: calls arrow.show() arrow.update(target_name,target_x,target_y)
-- show/hide the arrow & text boxarrow.show()
arrow.hide()

ArrowDemo

-- loadlualoadarrowdemo-- point arrow at mob in the mob table//adpointat<mob_name>-- to stop//adstop

About

Arrow module for windower 4 addons

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages