19 int x = luaL_checkinteger(L_, 1);
20 int y = luaL_checkinteger(L_, 2);
21 int h = luaL_checkinteger(L_, 3);
22 int c = luaL_checkinteger(L_, 4);
24 sprite.drawFastVLine(x, y, h, c);
int DisplayLineV(lua_State *L_)
Draw a vertical line on the sprite buffer.
Definition DisplayLineV.h:17