[Gcblue-commits] gcb_wx/src/scriptinterface tcPlatformInterfaceExtensionB.cpp,1.13,1.14
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-08-09 02:35:24
|
Update of /cvsroot/gcblue/gcb_wx/src/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2303/src/scriptinterface Modified Files: tcPlatformInterfaceExtensionB.cpp Log Message: Index: tcPlatformInterfaceExtensionB.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/scriptinterface/tcPlatformInterfaceExtensionB.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tcPlatformInterfaceExtensionB.cpp 8 Aug 2004 00:31:34 -0000 1.13 --- tcPlatformInterfaceExtensionB.cpp 9 Aug 2004 02:35:16 -0000 1.14 *************** *** 74,80 **** .def("GetClass", &tcPlatformInterface::GetPlatformClass) .def("IsSurface",&tcPlatformInterface::IsSurface) ! .def("IsAir",&tcPlatformInterface::IsAir) ! .def("SetUpdate",&tcPlatformInterface::SetUpdateInterval) ! .def("SetActionText",&tcPlatformInterface::SetActionText) // weapons and targeting --- 74,81 ---- .def("GetClass", &tcPlatformInterface::GetPlatformClass) .def("IsSurface",&tcPlatformInterface::IsSurface) ! .def("IsAir", &tcPlatformInterface::IsAir) ! .def("IsHelo", &tcPlatformInterface::IsHelo) ! .def("SetUpdate", &tcPlatformInterface::SetUpdateInterval) ! .def("SetActionText", &tcPlatformInterface::SetActionText) // weapons and targeting |