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

Method GetOrient

src/plugin/kernel/src/AFCEntity.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260float AFCEntity::GetOrient() const
261{
262 ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT);
263
264 return opt_charactor_->orient_;
265}
266
267bool AFCEntity::SetPosition(const AFVector3D& position, const float orient)
268{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected