| 1191 | { |
| 1192 | |
| 1193 | bool Entity::EnableVisualEffects(SimulationImportance prec) const |
| 1194 | { |
| 1195 | return ::EnableVisualEffects(Position(), prec); |
| 1196 | } |
| 1197 | |
| 1198 | SimulationImportance Entity::CalculateImportance(const Vector3* viewerPos, int nViewers) const |
| 1199 | { |
nothing calls this directly
no test coverage detected