EgtExecutor 2.3i2 :

- aggiunta funzione EXE e Lua ChangeTable.
This commit is contained in:
DarioS
2021-09-13 15:49:34 +02:00
parent 5c059cd69d
commit 81ab1253fb
3 changed files with 28 additions and 0 deletions
+10
View File
@@ -955,6 +955,16 @@ ExeGetTableAreaOffset( int nInd, BBox3d& b3AreaOffs)
return pMachMgr->GetTableAreaOffset( nInd, b3AreaOffs) ;
}
//-----------------------------------------------------------------------------
bool
ExeChangeTable( const string& sTable, bool bUpdateDisp)
{
IMachMgr* pMachMgr = GetCurrMachMgr() ;
VERIFY_MACHMGR( pMachMgr, false)
// imposto la tavola corrente della macchinata corrente
return pMachMgr->ChangeTable( sTable, bUpdateDisp) ;
}
//-----------------------------------------------------------------------------
bool
ExeShowOnlyTable( bool bVal)