MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / getYVel

Method getYVel

Source/PlayerObject.h:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 bool playerIsFalling();
156
157 double getYVel()
158 {
159 return m_dYVel;
160 }
161 void setYVel(double yVel)
162 {
163 m_dYVel = yVel;

Callers 2

updateMethod · 0.80
onDrawImGuiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected