PGE Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
script
bindings
core
globalfuncs
luafuncs_core_settings.h
1
#ifndef LUAFUNCS_CORE_SETTINGS_H
2
#define LUAFUNCS_CORE_SETTINGS_H
3
4
#include <luabind/luabind.hpp>
5
#include <lua_inclues/lua.hpp>
6
7
class
Binding_Core_GlobalFuncs_Settings
8
{
9
public
:
10
static
bool
isFullscreenActive();
11
static
int
getScreenWidth();
12
static
int
getScreenHeight();
13
//static int getMaxFPS();
14
static
int
getTicksPerSecond();
15
static
bool
useFrameSkip();
16
static
int
getSoundVolume();
17
static
int
getMusicVolume();
18
19
static
bool
isDebugInfoShown();
20
static
void
setDebugInfoShown(
bool
debugInfoShown);
21
22
static
luabind::scope bindToLua();
23
};
24
25
#endif // LUAFUNCS_CORE_SETTINGS_H
Binding_Core_GlobalFuncs_Settings
Definition:
luafuncs_core_settings.h:7
Generated by
1.8.7