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

Method setYVel

Source/PlayerObject.h:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 return m_dYVel;
160 }
161 void setYVel(double yVel)
162 {
163 m_dYVel = yVel;
164 }
165
166 void setIsDead(bool);
167 void setIsOnGround(bool);

Callers 1

checkCollisionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected