EgtExecutor 2.4a1 :
- ExeGetRawPartFromPart non imposta più progetto modificato (non lo modifica) - ExeGetCalcTool ora restituisce utensile, testa e uscita.
This commit is contained in:
+1
-1
@@ -3323,7 +3323,7 @@ LuaGetCalcTool( lua_State* L)
|
||||
string sTool ;
|
||||
string sHead ;
|
||||
int nExit ;
|
||||
bool bOk = ExeGetCalcTool( sTool) && ExeGetCalcHead( sHead) && ExeGetCalcExit( nExit) ;
|
||||
bool bOk = ExeGetCalcTool( sTool, sHead, nExit) ;
|
||||
// restituisco il risultato
|
||||
if ( bOk) {
|
||||
LuaSetParam( L, sTool) ;
|
||||
|
||||
Reference in New Issue
Block a user