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

Method GetPositionX

src/plugin/kernel/src/AFCEntity.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239float AFCEntity::GetPositionX() const
240{
241 ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT);
242
243 return opt_charactor_->pos_.x;
244}
245
246float AFCEntity::GetPositionY() const
247{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected