EgtExecutor :
- aggiunta funzione Exe e Lua GetBackground per colori top e bottom dello sfondo della scena.
This commit is contained in:
@@ -86,6 +86,17 @@ ExeSetBackground( Color TopCol, Color BottomCol, bool bRedraw)
|
||||
return true ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetBackground( Color& TopCol, Color& BottomCol)
|
||||
{
|
||||
IEGrScene* pScene = GetCurrScene() ;
|
||||
VERIFY_SCENE( pScene, false)
|
||||
// recupero lo sfondo
|
||||
pScene->GetBackground( TopCol, BottomCol) ;
|
||||
return true ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeSetMarkAttribs( Color MarkCol)
|
||||
|
||||
Reference in New Issue
Block a user