void set_table(int t_index=-3)
Set value of a table.
void add_package(const char *package)
Add a default package.
void push_nil()
Push nil on top of stack.
void push_usertype(void *data, const char *type_name, const char *name_space=0)
Push usertype on top of stack.
void push_string(const char *value)
Push string on top of stack.
void get_global(const char *name)
Get global variable.