MCPcopy
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

emitTurnEventMethod · 0.95
moveNPCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected