Public Member Functions | |
eInitForbidCamera () |
Definition at line 86 of file eCamera.cpp.
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 }