Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenBMB/AgentVerse
/ setTargetNPC
Method
setTargetNPC
ui/src/classes/npc.ts:243–245 ·
view source on GitHub ↗
(targetNPC: NPC = undefined)
Source
from the content-addressed store, hash-verified
241
}
242
243
public setTargetNPC(targetNPC: NPC = undefined): void {
244
this.targetNPC = targetNPC;
245
}
246
}
Callers
2
emitTurnEvent
Method · 0.95
moveNPC
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected