Home
last modified time | relevance | path

Searched refs:m_time_from_last_punch (Results 1 – 4 of 4) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/server/
H A Dplayer_sao.h145 float r = m_time_from_last_punch; in resetTimeFromLastPunch()
146 m_time_from_last_punch = 0.0; in resetTimeFromLastPunch()
195 float m_time_from_last_punch = 0.0f; variable
H A Dplayer_sao.cpp255 m_time_from_last_punch += dtime; in step()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcontent_sao.h243 float r = m_time_from_last_punch; in resetTimeFromLastPunch()
244 m_time_from_last_punch = 0.0; in resetTimeFromLastPunch()
297 float m_time_from_last_punch;
H A Dcontent_sao.cpp956 m_time_from_last_punch(0), in PlayerSAO()
1144 m_time_from_last_punch += dtime; in step()