EgtExecutor :

- aggiunta funzione Exe e Lua BeamUpdatePart.
This commit is contained in:
Dario Sassi
2020-12-31 17:37:10 +00:00
parent df78eb3204
commit fbe7eb5364
2 changed files with 23 additions and 0 deletions
+10
View File
@@ -70,6 +70,16 @@ ExeBeamErasePart( void)
return pBeamMgr->ErasePart() ;
}
//-----------------------------------------------------------------------------
bool
ExeBeamUpdatePart( void)
{
IBeamMgr* pBeamMgr = GetCurrBeamMgr() ;
VERIFY_BEAMMGR( pBeamMgr, false)
// forzo aggiornamento del pezzo corrente
return pBeamMgr->UpdatePart() ;
}
//-----------------------------------------------------------------------------
bool
ExeBeamSetPartProdNbr( int nProdNbr)