Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YGYOOO/WorldX
/ functions
Functions
1,010 in github.com/YGYOOO/WorldX
⨍
Functions
1,010
◇
Types & classes
133
Method
getLocationName
(locationId: string)
client/src/systems/MapManager.ts:445
Function
getLocations
()
client/src/ui/services/api-client.ts:141
Function
getMemories
(id: string)
client/src/ui/services/api-client.ts:159
Function
getMemory
(id: string)
server/src/store/memory-store.ts:135
Method
getMemorySummaryForPrompt
( characterId: string, currentTime: GameTime, topK?: number, )
server/src/core/memory-manager.ts:176
Method
getObjectPosition
(objectId: string)
client/src/systems/MapManager.ts:426
Function
getObjectsByLocation
(locationId: string)
server/src/store/world-state-store.ts:53
Function
getStructuredOutputAttemptModes
( mode: StructuredOutputMode, capabilityHint?: StructuredOutputMode, )
server/src/llm/structured-output.ts:19
Function
getTimelineEvents
(timelineId: string)
client/src/ui/services/api-client.ts:394
Function
getTimelines
()
client/src/ui/services/api-client.ts:374
Function
getWorldInfo
()
client/src/ui/services/api-client.ts:133
Function
getWorldTime
()
client/src/ui/services/api-client.ts:129
Function
godBroadcast
(params: { content: string; scope?: string; tone?: string; tags?: string[]; writeMemory?:
client/src/ui/services/api-client.ts:231
Function
godWhisper
(params: { characterId: string; content: string; importance?: number; type?: "observation" | "
client/src/ui/services/api-client.ts:241
Function
handleDevTickGranularityChange
(event: ChangeEvent<HTMLSelectElement>)
client/src/ui/panels/TopBar.tsx:238
Method
handleSimEvent
(event: SimulationEvent)
client/src/scenes/WorldScene.ts:380
Function
handleSwitchToReplay
()
client/src/ui/panels/TopBar.tsx:145
Function
handleSwitchToRun
()
client/src/ui/panels/TopBar.tsx:161
Function
handleTimelineChange
(event: ChangeEvent<HTMLSelectElement>)
client/src/ui/panels/TopBar.tsx:219
Function
handleWorldChange
(event: ChangeEvent<HTMLSelectElement>)
client/src/ui/panels/TopBar.tsx:267
Function
hasMemory
( characterId: string, type: MemoryType, content: string, gameDay: number, gameTick: number, )
server/src/store/memory-store.ts:58
Method
hasWalkableLine
( from: { gx: number; gy: number }, to: { gx: number; gy: number }, )
client/src/systems/MapManager.ts:143
Method
hasWorld
()
server/src/services/app-context.ts:50
Function
hashString
(value: string)
client/src/systems/MapManager.ts:688
Function
initCharacterState
(state: CharacterState)
server/src/store/character-state-store.ts:20
Function
initWorldState
(locations: LocationConfig[])
server/src/store/world-state-store.ts:4
Method
initialize
()
server/src/llm/prompt-builder.ts:38
Method
initialize
()
server/src/core/character-manager.ts:27
Method
initialize
* 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
Function
insertCandidate
(candidate: ContentCandidate)
server/src/store/content-store.ts:22
Function
insertMemories
(memories: MemoryEntry[])
server/src/store/memory-store.ts:80
Function
insertMemory
(memory: MemoryEntry)
server/src/store/memory-store.ts:54
Method
isPreferredSpawnMainAreaPoint
(pointId: string | null | undefined)
server/src/core/world-manager.ts:339
Method
isSceneComplete
()
server/src/core/world-manager.ts:169
Function
isSceneEnding
( tick: number, config?: SceneTimeConfig, )
server/src/utils/time-helpers.ts:155
Function
isUnsupportedJsonModeError
(error: unknown)
server/src/llm/structured-output.ts:29
Method
length
()
client/src/systems/EventQueue.ts:35
Function
listSnapshots
()
server/src/store/snapshot-store.ts:48
Method
listSnapshots
()
server/src/core/world-manager.ts:565
Function
listener
(eventJobId: string, event: JobEvent)
server/src/api/routes/worlds-create.ts:104
Function
loadTimeline
(timelineId: string)
client/src/ui/services/api-client.ts:386
Function
mapWorld
(world: { id: string; worldName: string; dir: string; source: string })
server/src/api/routes/world.ts:90
Function
markReviewed
(id: string)
server/src/store/content-store.ts:76
Method
onArrive
()
client/src/systems/CharacterMovement.ts:48
Function
onCamState
(s: CameraState)
client/src/ui/panels/MapControls.tsx:42
Function
onCharClick
(id: string)
client/src/ui/App.tsx:286
Function
onDialogue
(event: SimulationEvent)
client/src/ui/App.tsx:293
Function
onEsc
(e: KeyboardEvent)
client/src/ui/panels/TimelineManagerModal.tsx:37
Function
onKey
(e: KeyboardEvent<HTMLTextAreaElement>)
client/src/ui/panels/SandboxChatPanel.tsx:156
Function
onKeyDown
(event: KeyboardEvent)
client/src/ui/pages/Timeline.tsx:28
Function
onPlaybackState
(payload: { autoPlay?: boolean })
client/src/ui/App.tsx:305
Function
onReplayFinished
()
client/src/ui/App.tsx:320
Function
onReplayMode
(payload: { active: boolean })
client/src/ui/App.tsx:308
Function
onReplayProgress
(payload: { current: number; total: number })
client/src/ui/App.tsx:317
Function
onSceneEnding
()
client/src/ui/App.tsx:246
Method
onSceneSyncCharacters
()
client/src/scenes/WorldScene.ts:152
Function
onSimEvent
(event: SimulationEvent)
client/src/ui/App.tsx:287
Function
onSimStatus
(payload: { status?: "idle" | "running" | "pausing" | "paused" | "error" })
client/src/ui/App.tsx:290
Method
onTickPlaybackEventsFlushed
()
client/src/scenes/WorldScene.ts:163
Method
onTickPlaybackStarted
()
client/src/scenes/WorldScene.ts:155
Function
onTimeUpdate
(time: WorldTimeInfo)
client/src/ui/App.tsx:285
Method
onTimeUpdate
(time: { day: number })
client/src/scenes/WorldScene.ts:149
Method
onToggleInteractiveObjectsOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:176
Method
onToggleMainAreaPointsOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:173
Method
onToggleRegionBoundsOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:170
Method
onToggleWalkableOverlay
(visible: boolean)
client/src/scenes/WorldScene.ts:167
Function
onZoom
(z: number)
client/src/ui/panels/MapControls.tsx:41
Function
openEditor
()
client/src/ui/panels/CharacterDetail.tsx:104
Function
parsePossiblyMalformedJSON
(raw: string)
server/src/llm/structured-output.ts:38
Function
patchCharacterProfile
( id: string, patch: Record<string, unknown>, )
client/src/ui/services/api-client.ts:289
Function
patchCharacterRuntimeState
( id: string, patch: { mainAreaPointId?: string | null }, )
client/src/ui/services/api-client.ts:296
Method
preload
()
client/src/scenes/BootScene.ts:22
Function
queryEvents
(filter: EventQueryFilter)
server/src/store/event-store.ts:107
Method
releaseUpTo
(day: number, tick: number)
client/src/systems/EventQueue.ts:18
Function
removeUserFromObject
(objectId: string, characterId: string)
server/src/store/world-state-store.ts:100
Function
requireWorld
(_req, res, next)
server/src/index.ts:93
Function
resetSession
()
client/src/ui/panels/SandboxChatPanel.tsx:89
Function
resetWorld
()
client/src/ui/services/api-client.ts:218
Function
resolveStructuredOutputMode
( explicitMode?: string, envMode?: string, fallback: StructuredOutputMode = "auto", )
server/src/llm/structured-output.ts:3
Function
restoreSnapshot
(snapshotId: string)
server/src/store/snapshot-store.ts:61
Method
restoreSnapshot
(snapshotId: string)
server/src/core/world-manager.ts:561
Function
rowToCandidate
(row: any)
server/src/store/content-store.ts:4
Function
rowToDiary
(row: any)
server/src/core/character-manager.ts:242
Function
rowToEvent
(row: any)
server/src/store/event-store.ts:17
Function
sandboxChatClose
(sessionId: string)
client/src/ui/services/api-client.ts:285
Function
sandboxChatGet
(sessionId: string)
client/src/ui/services/api-client.ts:275
Function
sandboxChatSend
(params: { sessionId: string; message: string; })
client/src/ui/services/api-client.ts:264
Function
sandboxChatStart
(params: { characterId: string; userIdentity?: string; })
client/src/ui/services/api-client.ts:253
Function
saveProfile
()
client/src/ui/panels/CharacterDetail.tsx:116
Method
seekTo
(time: GameTime)
client/src/systems/PlaybackController.ts:242
Function
setDevTickDurationMinutes
(tickDurationMinutes: 15 | 30 | 60)
client/src/ui/services/api-client.ts:222
Function
setGlobalState
(key: string, value: string)
server/src/store/world-state-store.ts:116
Method
setTime
(time: GameTime)
server/src/core/world-manager.ts:182
Function
setTokenPricing
(input: number, output: number)
server/src/llm/cost-tracker.ts:13
Function
simulateDay
()
client/src/ui/services/api-client.ts:206
Method
simulateDays
(count: number)
server/src/simulation/simulation-engine.ts:210
Function
simulateTick
(context: { worldId: string; timelineId: string; })
client/src/ui/services/api-client.ts:192
Function
startSession
()
client/src/ui/panels/SandboxChatPanel.tsx:70
Function
subscribeJobEvents
( jobId: string, onEvent: (event: CreateJobEvent) => void, onError?: (event: Event) => void, )
client/src/ui/services/api-client.ts:345
Function
switchWorld
(worldId: string)
client/src/ui/services/api-client.ts:210
← previous
next →
901–1,000 of 1,010, ranked by callers