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

Method drawAroundQuest

code/main/Quest.ts:505–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503 }
504
505 public drawAroundQuest(): void{
506 // Draw the player spells
507 this.drawPlayerSpells();
508
509 // Draw the special instruction
510 this.drawSpecialInstruction();
511
512 // Draw the quest log
513 this.drawQuestLog();
514 }
515
516 public drawEntities(): void{
517 for(var i = 0; i < this.entities.length; i++){

Callers 15

updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls 3

drawPlayerSpellsMethod · 0.95
drawQuestLogMethod · 0.95

Tested by

no test coverage detected