MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / SetOnFloor

Method SetOnFloor

PanzerChasm/server/monster.cpp:617–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617void Monster::SetOnFloor( const bool on_floor )
618{
619 if( on_floor )
620 vertical_speed_= 0.0f;
621}
622
623void Monster::Teleport( const m_Vec3& pos, const float angle )
624{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected