| 166 | } |
| 167 | |
| 168 | void BlastFamily::processActorCreated(ExtPxFamily&, ExtPxActor& actor) |
| 169 | { |
| 170 | m_totalVisibleChunkCount += actor.getChunkCount(); |
| 171 | m_actors.emplace(&actor); |
| 172 | |
| 173 | onActorCreated(actor); |
| 174 | onActorHealthUpdate(actor); |
| 175 | } |
| 176 | |
| 177 | void BlastFamily::processActorDestroyed(ExtPxFamily&, ExtPxActor& actor) |
| 178 | { |
no test coverage detected