Class engine.ActorsSeenDisplay
A display of the actors currently seen by the specified actor
Methods
engine.ActorsSeenDisplay:init (actor, x, y, w, h[, bgcolor=black][, fontname="/data/font/DroidSansMono.ttf"][, fontsize=10])
Init
engine.ActorsSeenDisplay:resize (x, y, w, h)
Resize the display area
engine.ActorsSeenDisplay:setColumns (nb)
Sets the display into nb columns
engine.ActorsSeenDisplay:display ()
Displays the hotkeys, keybinds & cooldowns
engine.ActorsSeenDisplay:toScreen ()
Draws the actor to the display
Methods
- engine.ActorsSeenDisplay:init (actor, x, y, w, h[, bgcolor=black][, fontname="/data/font/DroidSansMono.ttf"][, fontsize=10])
-
Init
Parameters:
- engine.ActorsSeenDisplay:resize (x, y, w, h)
-
Resize the display area
Parameters:
- x int new x position
- y int new y position
- w int new width
- h int new height
- engine.ActorsSeenDisplay:setColumns (nb)
-
Sets the display into nb columns
Parameters:
- nb int number of columns
- engine.ActorsSeenDisplay:display ()
- Displays the hotkeys, keybinds & cooldowns
- engine.ActorsSeenDisplay:toScreen ()
- Draws the actor to the display