EgtExecutor 1.8c4 :
- aggiunta a Exe e Lua GetAllTablesNames.
This commit is contained in:
@@ -2476,6 +2476,16 @@ ExeGetAllHeadsNames( STRVECTOR& vNames)
|
||||
return pMachMgr->GetAllHeadsNames( vNames) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetAllTablesNames( STRVECTOR& vNames)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// recupero l'elenco delle tavole
|
||||
return pMachMgr->GetAllTablesNames( vNames) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeSetAxisPos( const string& sAxis, double dVal)
|
||||
|
||||
Reference in New Issue
Block a user