MCPcopy Create free account

hub / github.com/YGYOOO/WorldX / functions

Functions1,010 in github.com/YGYOOO/WorldX

FunctionDivider
()
client/src/ui/panels/MapControls.tsx:242
FunctionEventFeed
({ events }: { events: SimulationEvent[] })
client/src/ui/panels/EventFeed.tsx:11
FunctionGodPanel
({ onClose }: { onClose: () => void })
client/src/ui/panels/GodPanel.tsx:18
FunctionInputView
({ prompt, setPrompt, sizeK, setSizeK, submitting, submitError, conflictJobId, onSubmit, onA
client/src/ui/pages/CreateWorldPage.tsx:280
FunctionLanguageToggle
({ style }: { style?: CSSProperties })
client/src/ui/components/LanguageToggle.tsx:5
FunctionMapControls
({ eventBus, presentationMode = false, }: { eventBus: Phaser.Events.EventEmitter; presentationMode?: b
client/src/ui/panels/MapControls.tsx:19
FunctionProfileEditor
({ draft, onChange, onSave, onCancel, busy, flash, }: { draft: Record<string, string>; onChang
client/src/ui/panels/CharacterDetail.tsx:445
FunctionRunView
({ mode, snapshot, events, logsOpen, setLogsOpen, logBoxRef, sizeK, onRetry, onCancelJob,
client/src/ui/pages/CreateWorldPage.tsx:422
FunctionSandboxChatPanel
({ onClose }: { onClose: () => void })
client/src/ui/panels/SandboxChatPanel.tsx:18
FunctionSceneTransition
({ day, phase, title, timeString, periodLabel, variant = "open", onCovered, onComplete, }: {
client/src/ui/panels/SceneTransition.tsx:6
FunctionSidePanel
({ selectedCharId, followedCharId, onSelect, onToggleFollow, events, }: { selectedCharId: string |
client/src/ui/panels/SidePanel.tsx:8
FunctionTimeline
()
client/src/ui/pages/Timeline.tsx:13
FunctionTimelineManagerModal
({ onClose }: { onClose: () => void })
client/src/ui/panels/TimelineManagerModal.tsx:7
FunctionTopBar
({ worldInfo, gameTime, isDevMode, onToggleDevMode, showWalkableOverlay, showRegionBoundsOverlay,
client/src/ui/panels/TopBar.tsx:18
FunctionWorldIntroBanner
({ worldKey, worldName, worldDescription, hasRun, topOffset, }: { worldKey: string; worldName: s
client/src/ui/panels/WorldIntroBanner.tsx:9
FunctionZoomBtn
({ children, onClick, title }: { children: React.ReactNode; onClick: () => void; title?: string })
client/src/ui/panels/MapControls.tsx:222
MethodaddDiaryEntry
(charId: string, gameDay: number, content: string)
server/src/core/character-manager.ts:204
MethodaddEvents
(events: SimulationEvent[])
client/src/systems/EventQueue.ts:7
FunctionaddUserToObject
(objectId: string, characterId: string)
server/src/store/world-state-store.ts:92
FunctionappendEvent
(event: SimulationEvent)
server/src/store/event-store.ts:53
FunctionappendEvents
(events: SimulationEvent[])
server/src/store/event-store.ts:57
MethodbuildDialogueMessages
(params: { participants: { profile: CharacterProfile; state: CharacterState; memoriesAbo
server/src/llm/prompt-builder.ts:102
MethodbuildDiaryMessages
(params: { profile: CharacterProfile; todayMemories: string; gameDay: number; })
server/src/llm/prompt-builder.ts:257
FunctioncancelCreateWorld
(jobId: string)
client/src/ui/services/api-client.ts:341
FunctionchatJSON
(messages, opts = {})
generators/map/src/models/llm-client.mjs:87
FunctioncompareGameTime
(a: GameTime, b: GameTime)
server/src/utils/time-helpers.ts:173
FunctioncompareHistoryRecordsDesc
(a: HistoryRecord, b: HistoryRecord)
client/src/ui/panels/CharacterDetail.tsx:394
MethodcomponentDidCatch
(error: Error, info: ErrorInfo)
client/src/ui/App.tsx:39
Methodconstructor
()
client/src/scenes/BootScene.ts:8
Methodconstructor
()
client/src/scenes/WorldScene.ts:58
Methodconstructor
( scene: Phaser.Scene, mapWidth: number, mapHeight: number, initialCenter?: { x: number; y: nu
client/src/systems/CameraController.ts:19
Methodconstructor
(private globalEventBus: Phaser.Events.EventEmitter)
client/src/systems/PlaybackController.ts:54
Methodconstructor
( private mapManager: MapManager, private pathfinder: PathfindingManager, private sprites: Map<str
client/src/systems/CharacterMovement.ts:19
Methodconstructor
(mapManager: MapManager)
client/src/systems/PathfindingManager.ts:14
Methodconstructor
( scene: Phaser.Scene, x: number, y: number, config: { characterId: string; name:
client/src/objects/CharacterSprite.ts:62
Methodconstructor
(message: string, activeJobId: string)
client/src/ui/services/api-client.ts:121
Methodconstructor
(config?: LLMConfig)
server/src/llm/llm-client.ts:35
Methodconstructor
(private worldManager: WorldManager)
server/src/core/character-manager.ts:23
Methodconstructor
(public readonly activeJobId: string)
server/src/core/create-job-manager.ts:472
Methodconstructor
(weights?: Partial<RetrievalWeights>)
server/src/core/memory-manager.ts:29
Methodconstructor
()
server/src/core/world-manager.ts:63
Methodconstructor
( private worldManager: WorldManager, private characterManager: CharacterManager, private llmClien
server/src/simulation/simulation-engine.ts:59
Methodconstructor
( private llmClient: LLMClient, private promptBuilder: PromptBuilder, private characterManager: Ch
server/src/simulation/dialogue-generator.ts:18
Methodconstructor
( private llmClient: LLMClient, private promptBuilder: PromptBuilder, private characterManager: Ch
server/src/simulation/decision-maker.ts:14
FunctioncountEvents
(filter?: EventQueryFilter)
server/src/store/event-store.ts:154
FunctioncountMemoriesByTag
(charId: string, tag: string)
server/src/store/memory-store.ts:196
Methodcreate
()
client/src/scenes/WorldScene.ts:62
FunctioncreateBranch
(snapshotId: string, branchName: string)
server/src/store/snapshot-store.ts:95
FunctioncreateNewTimeline
()
client/src/ui/services/api-client.ts:382
FunctioncreateSnapshot
(gameTime: GameTime, description?: string)
server/src/store/snapshot-store.ts:28
FunctioncreateWorld
(params: { prompt: string; sizeK: CreateJobSizeK; keepArtifacts?: boolean; })
client/src/ui/services/api-client.ts:303
FunctiondeleteCandidate
(id: string)
server/src/store/content-store.ts:82
FunctiondeleteGlobalState
(key: string)
server/src/store/world-state-store.ts:126
FunctiondeleteMemory
(id: string)
server/src/store/memory-store.ts:192
FunctiondeleteSnapshot
(snapshotId: string)
server/src/store/snapshot-store.ts:84
FunctiondeleteTimeline
(timelineId: string)
client/src/ui/services/api-client.ts:390
FunctiondeleteTimelineFromWorld
( worldId: string, timelineId: string, )
client/src/ui/services/api-client.ts:405
FunctiondeleteWorld
(worldId: string)
client/src/ui/services/api-client.ts:368
Methoddestroy
(fromScene?: boolean)
client/src/objects/CharacterSprite.ts:794
FunctiondoWhisper
()
client/src/ui/panels/GodPanel.tsx:81
Functiondraw
(now: number)
client/src/ui/pages/CreateWorldBackground.tsx:77
Functiondraw
()
client/src/ui/panels/MapControls.tsx:81
FunctiondrawCoordinateGrid
(imageBuffer)
generators/map/src/utils/image-utils.mjs:101
FunctionenrichEventTime
(event: SimulationEvent)
server/src/api/routes/events.ts:51
MethodfindPathToLocation
( fromX: number, fromY: number, locationId: string )
client/src/systems/PathfindingManager.ts:68
MethodfmtMem
(m: { gameDay: number; gameTick: number; content: string })
server/src/simulation/dialogue-generator.ts:182
FunctionformatWorldActionSummary
(worldDesign)
generators/map/src/utils/world-design-summary.mjs:1
FunctiongameTimeToString
(gt: GameTime)
server/src/utils/time-helpers.ts:137
FunctiongeminiProChat
(prompt, { temperature = 0.3, logStep = "gemini-pro", requestTimeoutMs, timeoutEnvKey } = {})
generators/map/src/models/gemini-pro.mjs:47
FunctiongeminiProVisionJSON
(text, imageBuffers, { temperature = 0.3 } = {})
generators/character/src/models/gemini-pro.mjs:17
FunctiongenerateCharacterWeekly
( charId: string, fromDay: number, toDay: number, llmClient: LLMClient, )
server/src/content/summary-generator.ts:86
FunctiongetAllCharacterStates
()
server/src/store/character-state-store.ts:52
FunctiongetAllGlobalState
()
server/src/store/world-state-store.ts:132
FunctiongetAllObjectStates
()
server/src/store/world-state-store.ts:47
FunctiongetAllTimelinesGrouped
()
client/src/ui/services/api-client.ts:398
FunctiongetCallStats
( fromDate?: string, )
server/src/llm/cost-tracker.ts:80
FunctiongetCandidates
(filter: CandidateFilter = {})
server/src/store/content-store.ts:45
FunctiongetCharacterDetail
(id: string)
client/src/ui/services/api-client.ts:149
FunctiongetCharacterState
(id: string)
server/src/store/character-state-store.ts:44
FunctiongetCharacters
()
client/src/ui/services/api-client.ts:145
FunctiongetCharactersByLocation
(locationId: string)
server/src/store/character-state-store.ts:111
FunctiongetCostByTaskType
( fromDate?: string, )
server/src/llm/cost-tracker.ts:57
FunctiongetCurrentJob
()
client/src/ui/services/api-client.ts:333
FunctiongetCurrentPlaybackTime
()
client/src/utils/time-sync.ts:3
MethodgetCurrentTime
()
client/src/systems/PlaybackController.ts:76
FunctiongetCurrentTimeline
()
client/src/ui/services/api-client.ts:378
MethodgetCurrentWorldDir
()
server/src/services/timeline-manager.ts:219
FunctiongetDailyCost
(date?: string)
server/src/llm/cost-tracker.ts:46
MethodgetDerivedStateFromError
()
client/src/ui/App.tsx:38
MethodgetDialogueSession
(sessionId: string)
server/src/core/world-manager.ts:527
FunctiongetDiary
(id: string, day?: number)
client/src/ui/services/api-client.ts:154
FunctiongetEvents
(params: { fromDay?: number; toDay?: number; type?: string; actorId?: string; limit?: numb
client/src/ui/services/api-client.ts:163
FunctiongetEventsByIds
(ids: string[])
server/src/store/event-store.ts:138
FunctiongetEventsByRange
(from: GameTime, to: GameTime)
client/src/ui/services/api-client.ts:178
FunctiongetEventsByTimeRange
(from: GameTime, to: GameTime)
server/src/store/event-store.ts:126
FunctiongetGeneratedWorlds
()
client/src/ui/services/api-client.ts:137
FunctiongetGlobalState
(key: string)
server/src/store/world-state-store.ts:109
FunctiongetHighlights
(minScore = 6, limit = 20)
client/src/ui/services/api-client.ts:188
FunctiongetJobStatus
(jobId: string)
client/src/ui/services/api-client.ts:337
FunctiongetLatestEvents
(count: number)
server/src/store/event-store.ts:149
← previousnext →801–900 of 1,010, ranked by callers