EgtInterface 1.6l4 :
- aggiunta EgtLuaCallFunction.
This commit is contained in:
+9
-2
@@ -20,6 +20,13 @@
|
||||
|
||||
using namespace std ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLuaCreateGlobTable( const wchar_t* wsVar)
|
||||
{
|
||||
return ( ExeLuaCreateGlobTable( wstrztoA( wsVar)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLuaSetGlobBoolVar( const wchar_t* wsVar, BOOL bVal)
|
||||
@@ -99,9 +106,9 @@ __stdcall EgtLuaResetGlobVar( const wchar_t* wsVar)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLuaCreateGlobTable( const wchar_t* wsVar)
|
||||
__stdcall EgtLuaCallFunction( const wchar_t* wsFun)
|
||||
{
|
||||
return ( ExeLuaCreateGlobTable( wstrztoA( wsVar)) ? TRUE : FALSE) ;
|
||||
return ( ExeLuaCallFunction( wstrztoA( wsFun)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user