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
|