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

Method addEntry

code/main/SuperRPGMenu.ts:23–25  ·  view source on GitHub ↗
(entry: SuperRPGMenuEntry)

Source from the content-addressed store, hash-verified

21
22 // Public methods
23 public addEntry(entry: SuperRPGMenuEntry): void{
24 this.entries.push(entry);
25 }
26
27 public draw(renderArea: RenderArea): void{
28 // Draw the separating line

Callers 9

constructorMethod · 0.80
addUsualEntriesMethod · 0.80
addBuyingDefenseItemMethod · 0.80
addBuyingHealthPotionMethod · 0.80
addBuyingWeaponMethod · 0.80
addQuitTheShopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected