naev 0.12.6
nlua_var.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "nlua.h"
7
8/* checks if a flag exists on the variable stack */
9int var_checkflag( const char *str );
10void var_cleanup( void );
11
12/* individual library stuff */
13int nlua_loadVar( nlua_env env );
int var_checkflag(const char *str)
Mission variable Lua bindings.
Definition nlua_var.c:131
void var_cleanup(void)
Cleans up all the mission variables.
Definition nlua_var.c:194
int nlua_loadVar(nlua_env env)
Loads the mission variable Lua library.
Definition nlua_var.c:45