Freeciv-3.2
Loading...
Searching...
No Matches
Macros | Functions
api_fcdb_base.c File Reference
#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 charapi_fcdb_option (lua_State *L, const char *type)
 

Macro Definition Documentation

◆ OPTION_DEPR_PREFIX

#define OPTION_DEPR_PREFIX   "#deprecated."

Definition at line 29 of file api_fcdb_base.c.

Function Documentation

◆ api_fcdb_option()

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().