MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / OnEnterSceneEvent

Method OnEnterSceneEvent

src/plugin/kernel/src/AFClassCallBackManager.cpp:239–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool AFClassCallBackManager::OnEnterSceneEvent(const AFGUID& self, const int map_id, const int map_inst_id)
240{
241 for (auto& iter : enter_scene_events_)
242 {
243 iter.second(self, map_id, map_inst_id);
244 }
245
246 return true;
247}
248
249bool AFClassCallBackManager::OnMoveEvent(const AFGUID& self, const AFVector3D& old_pos, const AFVector3D& new_pos)
250{

Callers 1

SwitchSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected