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

Method drawQuestLog

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

Source from the content-addressed store, hash-verified

905 }
906
907 private drawQuestLog(): void{
908 this.getGame().getQuestLog().draw(this.renderArea, new Pos(((this.renderArea.getWidth()-100) - this.getGap())/2, this.renderArea.getHeight()-12));
909 }
910
911 private drawSpecialInstruction(): void{
912 if(this.specialInstruction != null){

Callers 1

drawAroundQuestMethod · 0.95

Calls 6

getGapMethod · 0.95
getQuestLogMethod · 0.80
drawMethod · 0.45
getGameMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected