MCPcopy
hub / github.com/feichao93/battle-city / logAI

Function logAI

app/ai/logger.ts:1–2  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

1export const logAI = (...args: any[]) =>
2 console.log('%c AILOG ', 'background: #666;color:white;font-weight: bold', ...args)
3
4export const logAhead = (...args: any[]) => 0

Callers 10

wanderModeFunction · 0.90
attackEagleModeFunction · 0.90
attackEagleFunction · 0.90
dangerDetectionLoopFunction · 0.90
blockedFunction · 0.90
followPathFunction · 0.90
turnMethod · 0.90
fireMethod · 0.90
forwardMethod · 0.90
BotClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected