EgtExecutor :
- aggiunta funzione Exe e Lua BeamUpdatePart.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user