MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / pressedSpaceButton

Method pressedSpaceButton

code/main/SuperRPGMenu.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public pressedSpaceButton(): void{
47 this.entries[this.currentlySelectedEntryIndex].getCallbackCollection().fire();
48 }
49
50 public pressedUpButton(): void{
51 this.currentlySelectedEntryIndex -= 1;

Callers

nothing calls this directly

Calls 2

fireMethod · 0.65
getCallbackCollectionMethod · 0.45

Tested by

no test coverage detected