/////////////////////////////////////////////////////////////////////
| 55 | |
| 56 | ////////////////////////////////////////////////////////////////////////// |
| 57 | bool CXEntityProcessingCmd::CheckAction(unsigned int nFlags) |
| 58 | { |
| 59 | int nSlot=nFlags/32; |
| 60 | return (m_nActionFlags[nSlot] & (1<<(nFlags-1&31)))?true:false; |
| 61 | } |
| 62 | |
| 63 | ////////////////////////////////////////////////////////////////////////// |
| 64 | void CXEntityProcessingCmd::Reset() |
no outgoing calls