Class engine.ActorsSeenDisplay

A display of the actors currently seen by the specified actor

Methods



Methods

engine.ActorsSeenDisplay:init (actor, x, y, w, h[, bgcolor=black][, fontname="/data/font/DroidSansMono.ttf"][, fontsize=10])
Init

Parameters:

  • actor Actor
  • x int x coordinate on screen
  • y int y coordinate on screen
  • w int width of window
  • h int height of window
  • bgcolor background color of window (default black)
  • fontname string (default "/data/font/DroidSansMono.ttf")
  • fontsize int (default 10)
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
generated by LDoc 1.4.3