MCPcopy Create free account

hub / github.com/YGYOOO/WorldX / functions

Functions1,010 in github.com/YGYOOO/WorldX

MethodgetLocationName
(locationId: string)
client/src/systems/MapManager.ts:445
FunctiongetLocations
()
client/src/ui/services/api-client.ts:141
FunctiongetMemories
(id: string)
client/src/ui/services/api-client.ts:159
FunctiongetMemory
(id: string)
server/src/store/memory-store.ts:135
MethodgetMemorySummaryForPrompt
( characterId: string, currentTime: GameTime, topK?: number, )
server/src/core/memory-manager.ts:176
MethodgetObjectPosition
(objectId: string)
client/src/systems/MapManager.ts:426
FunctiongetObjectsByLocation
(locationId: string)
server/src/store/world-state-store.ts:53
FunctiongetStructuredOutputAttemptModes
( mode: StructuredOutputMode, capabilityHint?: StructuredOutputMode, )
server/src/llm/structured-output.ts:19
FunctiongetTimelineEvents
(timelineId: string)
client/src/ui/services/api-client.ts:394
FunctiongetTimelines
()
client/src/ui/services/api-client.ts:374
FunctiongetWorldInfo
()
client/src/ui/services/api-client.ts:133
FunctiongetWorldTime
()
client/src/ui/services/api-client.ts:129
FunctiongodBroadcast
(params: { content: string; scope?: string; tone?: string; tags?: string[]; writeMemory?:
client/src/ui/services/api-client.ts:231
FunctiongodWhisper
(params: { characterId: string; content: string; importance?: number; type?: "observation" | "
client/src/ui/services/api-client.ts:241
FunctionhandleDevTickGranularityChange
(event: ChangeEvent<HTMLSelectElement>)
client/src/ui/panels/TopBar.tsx:238
MethodhandleSimEvent
(event: SimulationEvent)
client/src/scenes/WorldScene.ts:380
FunctionhandleSwitchToReplay
()
client/src/ui/panels/TopBar.tsx:145
FunctionhandleSwitchToRun
()
client/src/ui/panels/TopBar.tsx:161
FunctionhandleTimelineChange
(event: ChangeEvent<HTMLSelectElement>)
client/src/ui/panels/TopBar.tsx:219
FunctionhandleWorldChange
(event: ChangeEvent<HTMLSelectElement>)
client/src/ui/panels/TopBar.tsx:267
FunctionhasMemory
( characterId: string, type: MemoryType, content: string, gameDay: number, gameTick: number, )
server/src/store/memory-store.ts:58
MethodhasWalkableLine
( from: { gx: number; gy: number }, to: { gx: number; gy: number }, )
client/src/systems/MapManager.ts:143
MethodhasWorld
()
server/src/services/app-context.ts:50
FunctionhashString
(value: string)
client/src/systems/MapManager.ts:688
FunctioninitCharacterState
(state: CharacterState)
server/src/store/character-state-store.ts:20
FunctioninitWorldState
(locations: LocationConfig[])
server/src/store/world-state-store.ts:4
Methodinitialize
()
server/src/llm/prompt-builder.ts:38
Methodinitialize
()
server/src/core/character-manager.ts:27
Methodinitialize
* Resolve (or create) a timeline for the given world directory. * If timelineId is provided and exists, use it; otherwise pick the latest or create
server/src/services/timeline-manager.ts:56
FunctioninsertCandidate
(candidate: ContentCandidate)
server/src/store/content-store.ts:22
FunctioninsertMemories
(memories: MemoryEntry[])
server/src/store/memory-store.ts:80
FunctioninsertMemory
(memory: MemoryEntry)
server/src/store/memory-store.ts:54
MethodisPreferredSpawnMainAreaPoint
(pointId: string | null | undefined)
server/src/core/world-manager.ts:339
MethodisSceneComplete
()
server/src/core/world-manager.ts:169
FunctionisSceneEnding
( tick: number, config?: SceneTimeConfig, )
server/src/utils/time-helpers.ts:155
FunctionisUnsupportedJsonModeError
(error: unknown)
server/src/llm/structured-output.ts:29
Methodlength
()
client/src/systems/EventQueue.ts:35
FunctionlistSnapshots
()
server/src/store/snapshot-store.ts:48
MethodlistSnapshots
()
server/src/core/world-manager.ts:565
Functionlistener
(eventJobId: string, event: JobEvent)
server/src/api/routes/worlds-create.ts:104
FunctionloadTimeline
(timelineId: string)
client/src/ui/services/api-client.ts:386
FunctionmapWorld
(world: { id: string; worldName: string; dir: string; source: string })
server/src/api/routes/world.ts:90
FunctionmarkReviewed
(id: string)
server/src/store/content-store.ts:76
MethodonArrive
()
client/src/systems/CharacterMovement.ts:48
FunctiononCamState
(s: CameraState)
client/src/ui/panels/MapControls.tsx:42
FunctiononCharClick
(id: string)
client/src/ui/App.tsx:286
FunctiononDialogue
(event: SimulationEvent)
client/src/ui/App.tsx:293
FunctiononEsc
(e: KeyboardEvent)
client/src/ui/panels/TimelineManagerModal.tsx:37
FunctiononKey
(e: KeyboardEvent<HTMLTextAreaElement>)
client/src/ui/panels/SandboxChatPanel.tsx:156
FunctiononKeyDown
(event: KeyboardEvent)
client/src/ui/pages/Timeline.tsx:28
FunctiononPlaybackState
(payload: { autoPlay?: boolean })
client/src/ui/App.tsx:305
FunctiononReplayFinished
()
client/src/ui/App.tsx:320
FunctiononReplayMode
(payload: { active: boolean })
client/src/ui/App.tsx:308
FunctiononReplayProgress
(payload: { current: number; total: number })
client/src/ui/App.tsx:317
FunctiononSceneEnding
()
client/src/ui/App.tsx:246
MethodonSceneSyncCharacters
()
client/src/scenes/WorldScene.ts:152
FunctiononSimEvent
(event: SimulationEvent)
client/src/ui/App.tsx:287
FunctiononSimStatus
(payload: { status?: "idle" | "running" | "pausing" | "paused" | "error" })
client/src/ui/App.tsx:290
MethodonTickPlaybackEventsFlushed
()
client/src/scenes/WorldScene.ts:163
MethodonTickPlaybackStarted
()
client/src/scenes/WorldScene.ts:155
FunctiononTimeUpdate
(time: WorldTimeInfo)
client/src/ui/App.tsx:285
MethodonTimeUpdate
(time: { day: number })
client/src/scenes/WorldScene.ts:149
MethodonToggleInteractiveObjectsOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:176
MethodonToggleMainAreaPointsOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:173
MethodonToggleRegionBoundsOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:170
MethodonToggleWalkableOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:167
FunctiononZoom
(z: number)
client/src/ui/panels/MapControls.tsx:41
FunctionopenEditor
()
client/src/ui/panels/CharacterDetail.tsx:104
FunctionparsePossiblyMalformedJSON
(raw: string)
server/src/llm/structured-output.ts:38
FunctionpatchCharacterProfile
( id: string, patch: Record<string, unknown>, )
client/src/ui/services/api-client.ts:289
FunctionpatchCharacterRuntimeState
( id: string, patch: { mainAreaPointId?: string | null }, )
client/src/ui/services/api-client.ts:296
Methodpreload
()
client/src/scenes/BootScene.ts:22
FunctionqueryEvents
(filter: EventQueryFilter)
server/src/store/event-store.ts:107
MethodreleaseUpTo
(day: number, tick: number)
client/src/systems/EventQueue.ts:18
FunctionremoveUserFromObject
(objectId: string, characterId: string)
server/src/store/world-state-store.ts:100
FunctionrequireWorld
(_req, res, next)
server/src/index.ts:93
FunctionresetSession
()
client/src/ui/panels/SandboxChatPanel.tsx:89
FunctionresetWorld
()
client/src/ui/services/api-client.ts:218
FunctionresolveStructuredOutputMode
( explicitMode?: string, envMode?: string, fallback: StructuredOutputMode = "auto", )
server/src/llm/structured-output.ts:3
FunctionrestoreSnapshot
(snapshotId: string)
server/src/store/snapshot-store.ts:61
MethodrestoreSnapshot
(snapshotId: string)
server/src/core/world-manager.ts:561
FunctionrowToCandidate
(row: any)
server/src/store/content-store.ts:4
FunctionrowToDiary
(row: any)
server/src/core/character-manager.ts:242
FunctionrowToEvent
(row: any)
server/src/store/event-store.ts:17
FunctionsandboxChatClose
(sessionId: string)
client/src/ui/services/api-client.ts:285
FunctionsandboxChatGet
(sessionId: string)
client/src/ui/services/api-client.ts:275
FunctionsandboxChatSend
(params: { sessionId: string; message: string; })
client/src/ui/services/api-client.ts:264
FunctionsandboxChatStart
(params: { characterId: string; userIdentity?: string; })
client/src/ui/services/api-client.ts:253
FunctionsaveProfile
()
client/src/ui/panels/CharacterDetail.tsx:116
MethodseekTo
(time: GameTime)
client/src/systems/PlaybackController.ts:242
FunctionsetDevTickDurationMinutes
(tickDurationMinutes: 15 | 30 | 60)
client/src/ui/services/api-client.ts:222
FunctionsetGlobalState
(key: string, value: string)
server/src/store/world-state-store.ts:116
MethodsetTime
(time: GameTime)
server/src/core/world-manager.ts:182
FunctionsetTokenPricing
(input: number, output: number)
server/src/llm/cost-tracker.ts:13
FunctionsimulateDay
()
client/src/ui/services/api-client.ts:206
MethodsimulateDays
(count: number)
server/src/simulation/simulation-engine.ts:210
FunctionsimulateTick
(context: { worldId: string; timelineId: string; })
client/src/ui/services/api-client.ts:192
FunctionstartSession
()
client/src/ui/panels/SandboxChatPanel.tsx:70
FunctionsubscribeJobEvents
( jobId: string, onEvent: (event: CreateJobEvent) => void, onError?: (event: Event) => void, )
client/src/ui/services/api-client.ts:345
FunctionswitchWorld
(worldId: string)
client/src/ui/services/api-client.ts:210
← previousnext →901–1,000 of 1,010, ranked by callers