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

Method GetMapID

src/plugin/kernel/src/AFCEntity.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198int32_t AFCEntity::GetMapID() const
199{
200 ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_INT);
201
202 return opt_charactor_->map_id_;
203}
204
205int32_t AFCEntity::GetMapEntityID() const
206{

Callers 6

CreateContainerEntityMethod · 0.80
InnerDestroyEntityMethod · 0.80
SendToViewMethod · 0.80
LogInfoMethod · 0.80
EntityToDBDataMethod · 0.80
OnEntityListEnterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected