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

Method GetPositionY

src/plugin/kernel/src/AFCEntity.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246float AFCEntity::GetPositionY() const
247{
248 ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT);
249
250 return opt_charactor_->pos_.y;
251}
252
253float AFCEntity::GetPositionZ() const
254{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected