[Gcblue-commits] gcb_wx/include/scriptinterface tcSimPythonInterface.h,1.26,1.27
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-25 22:09:56
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21427/include/scriptinterface Modified Files: tcSimPythonInterface.h Log Message: Index: tcSimPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSimPythonInterface.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** tcSimPythonInterface.h 11 Jun 2005 21:01:43 -0000 1.26 --- tcSimPythonInterface.h 25 Jun 2005 22:09:47 -0000 1.27 *************** *** 144,147 **** --- 144,149 ---- void SetMenuPlatform(long anID); void SetMenuGroup(const std::vector<long>& unitIds); + + void Update(); ///< call periodically to send output and error text to console tcCommandStream& operator<<(tcCommandStream& stream); *************** *** 157,160 **** --- 159,164 ---- ~tcSimPythonInterface(); + bool showPythonErrors; ///< true to send python errors to F7 console in game + object PlatformInterface; ///< python tcPlatformInterface tcPlatformInterface *platformInterface; ///< C++ handle to PlatformInterface *************** *** 206,209 **** --- 210,214 ---- + void UpdateLogs(); }; } |