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

Method GetPositionZ

src/plugin/kernel/src/AFCEntity.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253float AFCEntity::GetPositionZ() const
254{
255 ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT);
256
257 return opt_charactor_->pos_.z;
258}
259
260float AFCEntity::GetOrient() const
261{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected