///////////////////////////////////////////////////////////////////// Set position
| 1481 | ////////////////////////////////////////////////////////////////////////// |
| 1482 | // Set position |
| 1483 | void cEntity::SetPosition(double a_PosX, double a_PosY, double a_PosZ) |
| 1484 | { |
| 1485 | m_Pos.Set(a_PosX, a_PosY, a_PosZ); |
| 1486 | m_bDirtyPosition = true; |
| 1487 | } |
| 1488 | |
| 1489 | |
| 1490 |
no test coverage detected