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

Method GetMapEntityID

src/plugin/kernel/src/AFCEntity.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int32_t AFCEntity::GetMapEntityID() const
206{
207 ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_INT);
208
209 return opt_charactor_->map_entity_id_;
210}
211
212bool AFCEntity::SwitchScene(const int32_t map_id, const int32_t map_inst_id, const AFVector3D& pos)
213{

Callers 4

CreateContainerEntityMethod · 0.80
InnerDestroyEntityMethod · 0.80
SendToViewMethod · 0.80
EntityToDBDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected