MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / canJump

Method canJump

src/bzfs/bzfsAPI.cpp:5191–5193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5189//-------------------------------------------------------------------------
5190
5191bool bz_ServerSidePlayerHandler::canJump(void) {
5192 return canMove() && bz_allowJumping();
5193}
5194
5195//-------------------------------------------------------------------------
5196

Callers 4

updateMyFlagFunction · 0.45
handleAliveMessageFunction · 0.45
avoidBulletFunction · 0.45
avoidBulletMethod · 0.45

Calls 1

bz_allowJumpingFunction · 0.85

Tested by

no test coverage detected