![]() |
naev 0.10.4
|
Handles lua conditionals. More...
#include "cond.h"#include "log.h"#include "nlua.h"#include "nluadef.h"Go to the source code of this file.
Functions | |
| int | cond_init (void) |
| Initializes the conditional subsystem. More... | |
| void | cond_exit (void) |
| Destroys the conditional subsystem. More... | |
| int | cond_check (const char *cond) |
| Checks to see if a condition is true. More... | |
Variables | |
| static nlua_env | cond_env = LUA_NOREF |
Handles lua conditionals.
Definition in file cond.c.
| int cond_check | ( | const char * | cond | ) |
| int cond_init | ( | void | ) |