|
LuaBox
|
#include "lua_include.h"#include "global.h"Go to the source code of this file.
Functions | |
| int | DisplayLineH (lua_State *L_) |
| Draw a horizontal line on the sprite buffer. | |
| int DisplayLineH | ( | lua_State * | L_ | ) |
Draw a horizontal line on the sprite buffer.
| L_ | Lua state; expects arguments: 1: x (start X), 2: y (Y coordinate), 3: w (width), 4: color (16-bit RGB565). |