Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getQuestEntityWeapon
Method
getQuestEntityWeapon
code/main/EqItem.ts:10–12 ·
view source on GitHub ↗
(quest: Quest, player: Player)
Source
from the content-addressed store, hash-verified
8
9
// Public getters
10
public getQuestEntityWeapon(quest: Quest, player: Player): QuestEntityWeapon{
11
return
new
QuestEntityWeapon(quest, player,
new
Naming(
"???"
,
"???"
));
12
}
13
}
Callers
1
drawStats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected