eInitForbidCamera Class Reference

List of all members.

Public Member Functions

 eInitForbidCamera ()


Detailed Description

Definition at line 86 of file eCamera.cpp.


Constructor & Destructor Documentation

eInitForbidCamera::eInitForbidCamera (  )  [inline]

Definition at line 89 of file eCamera.cpp.

References CAMERA_COUNT, CAMERA_SERVER_CUSTOM, and forbid_camera.

00090     {
00091         // allow all cameras
00092         for ( int i = CAMERA_COUNT-1; i>=0; --i )
00093         {
00094             forbid_camera[i] = false;
00095         }
00096 
00097         // except the server custom camera
00098         forbid_camera[ CAMERA_SERVER_CUSTOM ] = true;
00099     }


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:25:58 2008 for Armagetron Advanced by  doxygen 1.5.4