MCPcopy Create free account

hub / github.com/nkzw-tech/athena-crisis / functions

Functions2,131 in github.com/nkzw-tech/athena-crisis

Functionlistener
()
ui/hooks/useScale.tsx:53
Functionload
()
hera/Map.tsx:355
FunctionmapBuildingsWithContentRestriction
( fn: (buildingInfo: BuildingInfo, index: number) => T, skills: ReadonlySet<Skill>, )
athena/info/Building.tsx:681
Functionmatch
(entity: Entity)
apollo/lib/getActionResponseVectors.tsx:51
MethodmatchesBehavior
(behavior: AIBehavior)
athena/map/Building.tsx:82
MethodmaybeConvert
(conversion: UnitConversion)
athena/map/Unit.tsx:210
FunctionmaybeDecodeActionResponse
( lastAction: string | EncodedActionResponse | null | undefined, )
apollo/lib/maybeDecodeActionResponse.tsx:3
FunctionmaybeSetCharge
(charge: number | undefined)
athena/map/Player.tsx:100
FunctionmiddlewareModules
(overrides: Record<string, () => Promise<unknown>> = {})
docs/wakuMiddleware.ts:9
FunctionminByCost
({ cost }: RadiusItem)
dionysus/lib/estimateClosestTarget.tsx:17
FunctionmodifyFunds
(change: number)
athena/map/Player.tsx:80
FunctionmodifyHealth
(change: number)
athena/map/Entity.tsx:80
FunctionmodifyStatistic
(key: keyof PlayerStatistics, change: number)
athena/map/Player.tsx:116
FunctionmodifyStatistics
(stats: Partial<PlayerStatistics>)
athena/map/Player.tsx:122
Methodname
()
athena/info/Unit.tsx:387
Methodname
()
athena/info/Unit.tsx:566
Methodname
()
athena/info/MovementType.tsx:14
Methodname
()
athena/info/Building.tsx:173
Methodname
()
athena/info/Tile.tsx:178
Methodname
()
athena/info/Decorator.tsx:66
FunctiononAmmoChange
(event: ChangeEvent<HTMLInputElement>)
hera/editor/panels/EntityPanel.tsx:320
MethodonSelect
(vector: Vector, state: State, entity: Entity)
hera/editor/behavior/EntityBehavior.tsx:102
FunctionpendingGameRoom
(pendingGameId: number)
apollo/socket/Room.tsx:5
Methodpreload
()
ui/AudioPlayer.tsx:28
FunctionpreparePortraits
()
art/Sprites.tsx:179
FunctionpreventDefault
(event: FormEvent)
ui/Form.tsx:3
FunctionpreventDefault
(event: Event)
ui/controls/setupKeyboard.tsx:161
FunctionpreventDragging
()
ui/lib/preventDragging.tsx:8
FunctionqueryCallback
(value: string, results: ReadonlyArray<TypeaheadDataSourceEntry<T>>)
ui/Typeahead.tsx:389
Methodrecover
(player: PlayerOrPlayerID)
athena/MapData.tsx:356
Methodrecover
()
athena/map/Unit.tsx:257
Methodrefill
(player: Player, extraPositions?: Iterable<Vector>)
athena/MapData.tsx:367
Functionreload
()
hera/ui/ReplayBar.tsx:23
Functionreload
()
hera/ui/ErrorOverlay.tsx:28
MethodremoveLeader
()
athena/map/Unit.tsx:198
Functionrender
(decorator: DecoratorInfo, vector: Vector)
hera/Decorators.tsx:100
FunctionrenderTerminalImage
(image: Image)
tests/terminalImage.tsx:47
Methodreposition
()
dionysus/PersephoneBeta.tsx:122
Methodreposition
()
dionysus/OdysseusDelta.tsx:93
Methodreposition
()
dionysus/DiomedesEpsilon.tsx:122
FunctionresetStatistics
()
athena/map/Player.tsx:142
FunctionresolveWithNull
(state: State)
hera/action-response/processActionResponse.tsx:107
FunctionretrieveEffects
()
dionysus/BaseAI.tsx:122
FunctionretrieveGameState
()
dionysus/BaseAI.tsx:116
Functionright
(n = 1)
athena/map/Vector.tsx:25
FunctionscrollToVerticalCenter
(container: Element | Window)
ui/lib/scrollToCenter.tsx:17
Functionselect
(vector: Vector, state: State, actions: Actions)
hera/behavior/AbstractSelectBehavior.tsx:19
Methodselect
(vector: Vector, state: State, actions: Actions)
hera/behavior/Radar.tsx:49
Methodselect
(vector: Vector, state: State)
hera/behavior/Message.tsx:29
Methodselect
(vector: Vector, state: State, actions: Actions)
hera/behavior/SelectTargetBehavior.tsx:12
Methodselect
(vector: Vector, state: State, actions: Actions)
hera/behavior/Sabotage.tsx:14
Methodselect
(vector: Vector, state: State, actions: Actions)
hera/behavior/Menu.tsx:335
Methodselect
(vector: Vector, state: State, actions: Actions)
hera/behavior/Rescue.tsx:14
Methodselect
( vector: Vector, state: State, actions: Actions, editor?: unknown, subVector?: unknown,
hera/behavior/Heal.tsx:23
Methodselect
( vector: Vector, state: State, actions: Actions, editor?: EditorState, subVector?: Vector
hera/editor/behavior/DesignBehavior.tsx:131
Functionset
(key: string, value: string)
ui/Storage.tsx:17
FunctionsetCharge
(charge: number)
athena/map/Player.tsx:94
MethodsetConstructor
(buildingClass: typeof Building)
athena/info/Building.tsx:242
FunctionsetExceptionHandler
(fn: (error: unknown) => void)
ui/lib/captureException.tsx:7
FunctionsetFunds
(funds: number)
athena/map/Player.tsx:86
FunctionsetHealth
(health: number)
athena/map/Entity.tsx:84
FunctionsetPlayer
(player: PlayerID)
athena/map/Entity.tsx:88
MethodsetPlayer
(player: PlayerID)
athena/map/Unit.tsx:269
FunctionsetTime
(serverTime: number)
apollo/lib/dateNow.tsx:7
FunctionsetTime
(time: number | undefined)
athena/map/Player.tsx:90
Functionsetup
()
tests/viteServer.tsx:6
Functionsetup
()
tests/playwrightServer.tsx:5
FunctionsetupSteamDeck
()
ui/controls/setupSteamDeck.tsx:8
MethodshouldBuild
(info: BuildingInfo)
dionysus/DionysusAlpha.tsx:513
MethodshouldBuild
(info: BuildingInfo)
dionysus/PersephoneBeta.tsx:553
MethodshouldBuild
(info: BuildingInfo)
dionysus/OdysseusDelta.tsx:588
MethodshouldBuild
(info: BuildingInfo)
dionysus/DiomedesEpsilon.tsx:553
FunctionshouldEvaluatePlayerPerformance
(map: MapData, playerId: PlayerID)
athena/map/PlayerPerformance.tsx:117
MethodshowInfo
( event: MouseEvent | LongPressReactEvents<Element> | ClientCoordinates, )
hera/behavior/CreateBuilding.tsx:76
MethodshowInfo
( event: MouseEvent | LongPressReactEvents<Element> | ClientCoordinates, )
hera/behavior/CreateUnit.tsx:199
MethodshowInfo
( event: MouseEvent | LongPressReactEvents<Element> | ClientCoordinates, )
hera/behavior/BuySkills.tsx:108
FunctionshowPointer
()
ui/controls/setupHidePointer.tsx:5
Methodsize
()
athena/map/BitSet.tsx:26
FunctionsomeOneSkill
( statusEffects: SkillMap, unitStatusEffects: UnitSkillMap | null, movementStatusEffects: MovementSkillM
athena/info/Skill.tsx:767
Functionsort
(a: string, b: string)
codegen/generate-translations.tsx:208
FunctionsortObjective
([, objective]: [number, Objective])
athena/Objectives.tsx:603
FunctionsortPossibleAttacks
(itemA: PossibleAttack, itemB: PossibleAttack)
dionysus/lib/sortPossibleAttacks.tsx:3
FunctionspriteURL
(sprite: SpriteVariant, variant: number)
art/Sprites.tsx:215
Functionsync
()
hera/campaign/CampaignEditor.tsx:330
FunctionsyncAnimation
(element: HTMLElement | null)
ui/lib/syncAnimation.tsx:7
FunctiontimeoutActionResponseMutator
(map: MapData, actionResponse: ActionResponse)
apollo/lib/timeoutActionResponseMutator.tsx:7
FunctiontoBiome
(biome: string | undefined | null)
athena/map/Biome.tsx:55
FunctiontoCampaignSlug
(username: string, slug: string)
apollo/lib/toCampaignSlug.tsx:3
FunctiontoDynamicPlayerID
(id: number | string)
athena/map/Player.tsx:502
FunctiontoError
(error: Error)
tests/__tests__/Lightning.test.tsx:17
FunctiontoJSON
()
athena/map/Entity.tsx:62
FunctiontoJSON
()
athena/map/Vector.tsx:108
MethodtoJSON
()
athena/MapData.tsx:130
MethodtoJSON
()
athena/MapData.tsx:180
MethodtoJSON
()
athena/MapData.tsx:613
MethodtoJSON
()
athena/map/Unit.tsx:104
MethodtoJSON
()
athena/map/Unit.tsx:293
MethodtoJSON
()
athena/map/Player.tsx:212
MethodtoJSON
()
athena/map/Player.tsx:405
MethodtoJSON
()
athena/map/BitSet.tsx:86
← previousnext →2,001–2,100 of 2,131, ranked by callers