Exemple #1
0
static void L2_IsMoviePlaying() {
	pushbool(g_movie->isPlaying());
}
Exemple #2
0
void Lua_V1::Is3DHardwareEnabled() {
	pushbool(g_driver->isHardwareAccelerated());
}
Exemple #3
0
void Lua_V2::IsMoviePlaying() {
	pushbool(g_movie->isPlaying());
}