|
Freeciv-3.1
|
#include "deprecations.h"#include "luascript.h"#include "script_fcdb.h"#include "api_fcdb_base.h"Go to the source code of this file.
Macros | |
| #define | OPTION_DEPR_PREFIX "#deprecated." |
Functions | |
| const char * | api_fcdb_option (lua_State *L, const char *type) |
| #define OPTION_DEPR_PREFIX "#deprecated." |
Definition at line 29 of file api_fcdb_base.c.
| const char * api_fcdb_option | ( | lua_State * | L, |
| const char * | type | ||
| ) |
Return the value for the fcdb setting 'type'.
Definition at line 34 of file api_fcdb_base.c.
Referenced by tolua_fcdb_fcdb_option00().