Plasma Engine
2.0
Loading...
Searching...
No Matches
LuaInterpreter.h
1
#pragma once
2
3
#include <Core/Console/Console.h>
4
5
#ifdef BUILDSYSTEM_ENABLE_LUA_SUPPORT
6
7
class
PL_CORE_DLL plCommandInterpreterLua :
public
plCommandInterpreter
8
{
9
public
:
30
virtual
void
Interpret(
plCommandInterpreterState
& inout_state)
override
;
31
};
32
33
#endif
// BUILDSYSTEM_ENABLE_LUA_SUPPORT
plCommandInterpreter
Definition
Console.h:47
plCommandInterpreterState
Definition
Console.h:39
Code
Engine
Core
Console
LuaInterpreter.h
Generated by
1.11.0