MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / EndCurrentAction

Method EndCurrentAction

Player.js:1190–1200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1188 }
1189
1190 EndCurrentAction() {
1191 if (this.currentAction.isJump) {
1192 this.jumpHeld = false;
1193 this.Jump();
1194 }
1195 this.leftHeld = false;
1196 this.rightHeld = false;
1197 this.isWaitingToStartAction = false;
1198
1199
1200 }
1201
1202 GetGlobalHeight() {
1203 return (height - this.currentPos.y) + height * this.currentLevelNo

Callers 1

UpdateAIActionMethod · 0.95

Calls 1

JumpMethod · 0.95

Tested by

no test coverage detected