LPCGame
A Simple 2d Game Engine
|
#include <luacvector2f.h>
Inherits LuaC::UdataLib< Vector2f >.
Static Public Member Functions | |
static int | luaopen_vector2f (lua_State *l) |
Open the Vector2f library for Lua state l. | |
![]() | |
static Vector2f * | Allocate (lua_State *l) |
static void | Push (lua_State *l, const Vector2f *obj) |
static void | Copy (lua_State *from, int idx, lua_State *too) |
static Vector2f * | Check (lua_State *l, int i) |
The Lua library for the Vector2f class