#include "l_client.h"
#include "chatmessage.h"
#include "client/client.h"
#include "client/clientevent.h"
#include "client/sound.h"
#include "client/clientenvironment.h"
#include "common/c_content.h"
#include "common/c_converter.h"
#include "cpp_api/s_base.h"
#include "gettext.h"
#include "l_internal.h"
#include "lua_api/l_nodemeta.h"
#include "gui/mainmenumanager.h"
#include "map.h"
#include "util/string.h"
#include "nodedef.h"
Classes | |
struct | CSMFlagDesc |
Macros | |
#define | checkCSMRestrictionFlag(flag) ( getClient(L)->checkCSMRestrictionFlag(CSMRestrictionFlags::flag) ) |
Variables | |
static const CSMFlagDesc | flagdesc_csm_restriction [] |
#define checkCSMRestrictionFlag | ( | flag | ) | ( getClient(L)->checkCSMRestrictionFlag(CSMRestrictionFlags::flag) ) |
|
static |
Referenced by ModApiClient::l_get_csm_restrictions().