MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetActors

Method GetActors

Sources/Jazz2/LevelHandler.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 ArrayView<const std::shared_ptr<Actors::ActorBase>> LevelHandler::GetActors() const
355 {
356 return _actors;
357 }
358
359 ArrayView<Actors::Player* const> LevelHandler::GetPlayers() const
360 {

Callers 2

OnActivatedBossMethod · 0.80
OnDrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected