Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nkzw-tech/athena-crisis
/ functions
Functions
2,131 in github.com/nkzw-tech/athena-crisis
⨍
Functions
2,131
◇
Types & classes
175
Function
listener
()
ui/hooks/useScale.tsx:53
Function
load
()
hera/Map.tsx:355
Function
mapBuildingsWithContentRestriction
( fn: (buildingInfo: BuildingInfo, index: number) => T, skills: ReadonlySet<Skill>, )
athena/info/Building.tsx:681
Function
match
(entity: Entity)
apollo/lib/getActionResponseVectors.tsx:51
Method
matchesBehavior
(behavior: AIBehavior)
athena/map/Building.tsx:82
Method
maybeConvert
(conversion: UnitConversion)
athena/map/Unit.tsx:210
Function
maybeDecodeActionResponse
( lastAction: string | EncodedActionResponse | null | undefined, )
apollo/lib/maybeDecodeActionResponse.tsx:3
Function
maybeSetCharge
(charge: number | undefined)
athena/map/Player.tsx:100
Function
middlewareModules
(overrides: Record<string, () => Promise<unknown>> = {})
docs/wakuMiddleware.ts:9
Function
minByCost
({ cost }: RadiusItem)
dionysus/lib/estimateClosestTarget.tsx:17
Function
modifyFunds
(change: number)
athena/map/Player.tsx:80
Function
modifyHealth
(change: number)
athena/map/Entity.tsx:80
Function
modifyStatistic
(key: keyof PlayerStatistics, change: number)
athena/map/Player.tsx:116
Function
modifyStatistics
(stats: Partial<PlayerStatistics>)
athena/map/Player.tsx:122
Method
name
()
athena/info/Unit.tsx:387
Method
name
()
athena/info/Unit.tsx:566
Method
name
()
athena/info/MovementType.tsx:14
Method
name
()
athena/info/Building.tsx:173
Method
name
()
athena/info/Tile.tsx:178
Method
name
()
athena/info/Decorator.tsx:66
Function
onAmmoChange
(event: ChangeEvent<HTMLInputElement>)
hera/editor/panels/EntityPanel.tsx:320
Method
onSelect
(vector: Vector, state: State, entity: Entity)
hera/editor/behavior/EntityBehavior.tsx:102
Function
pendingGameRoom
(pendingGameId: number)
apollo/socket/Room.tsx:5
Method
preload
()
ui/AudioPlayer.tsx:28
Function
preparePortraits
()
art/Sprites.tsx:179
Function
preventDefault
(event: FormEvent)
ui/Form.tsx:3
Function
preventDefault
(event: Event)
ui/controls/setupKeyboard.tsx:161
Function
preventDragging
()
ui/lib/preventDragging.tsx:8
Function
queryCallback
(value: string, results: ReadonlyArray<TypeaheadDataSourceEntry<T>>)
ui/Typeahead.tsx:389
Method
recover
(player: PlayerOrPlayerID)
athena/MapData.tsx:356
Method
recover
()
athena/map/Unit.tsx:257
Method
refill
(player: Player, extraPositions?: Iterable<Vector>)
athena/MapData.tsx:367
Function
reload
()
hera/ui/ReplayBar.tsx:23
Function
reload
()
hera/ui/ErrorOverlay.tsx:28
Method
removeLeader
()
athena/map/Unit.tsx:198
Function
render
(decorator: DecoratorInfo, vector: Vector)
hera/Decorators.tsx:100
Function
renderTerminalImage
(image: Image)
tests/terminalImage.tsx:47
Method
reposition
()
dionysus/PersephoneBeta.tsx:122
Method
reposition
()
dionysus/OdysseusDelta.tsx:93
Method
reposition
()
dionysus/DiomedesEpsilon.tsx:122
Function
resetStatistics
()
athena/map/Player.tsx:142
Function
resolveWithNull
(state: State)
hera/action-response/processActionResponse.tsx:107
Function
retrieveEffects
()
dionysus/BaseAI.tsx:122
Function
retrieveGameState
()
dionysus/BaseAI.tsx:116
Function
right
(n = 1)
athena/map/Vector.tsx:25
Function
scrollToVerticalCenter
(container: Element | Window)
ui/lib/scrollToCenter.tsx:17
Function
select
(vector: Vector, state: State, actions: Actions)
hera/behavior/AbstractSelectBehavior.tsx:19
Method
select
(vector: Vector, state: State, actions: Actions)
hera/behavior/Radar.tsx:49
Method
select
(vector: Vector, state: State)
hera/behavior/Message.tsx:29
Method
select
(vector: Vector, state: State, actions: Actions)
hera/behavior/SelectTargetBehavior.tsx:12
Method
select
(vector: Vector, state: State, actions: Actions)
hera/behavior/Sabotage.tsx:14
Method
select
(vector: Vector, state: State, actions: Actions)
hera/behavior/Menu.tsx:335
Method
select
(vector: Vector, state: State, actions: Actions)
hera/behavior/Rescue.tsx:14
Method
select
( vector: Vector, state: State, actions: Actions, editor?: unknown, subVector?: unknown,
hera/behavior/Heal.tsx:23
Method
select
( vector: Vector, state: State, actions: Actions, editor?: EditorState, subVector?: Vector
hera/editor/behavior/DesignBehavior.tsx:131
Function
set
(key: string, value: string)
ui/Storage.tsx:17
Function
setCharge
(charge: number)
athena/map/Player.tsx:94
Method
setConstructor
(buildingClass: typeof Building)
athena/info/Building.tsx:242
Function
setExceptionHandler
(fn: (error: unknown) => void)
ui/lib/captureException.tsx:7
Function
setFunds
(funds: number)
athena/map/Player.tsx:86
Function
setHealth
(health: number)
athena/map/Entity.tsx:84
Function
setPlayer
(player: PlayerID)
athena/map/Entity.tsx:88
Method
setPlayer
(player: PlayerID)
athena/map/Unit.tsx:269
Function
setTime
(serverTime: number)
apollo/lib/dateNow.tsx:7
Function
setTime
(time: number | undefined)
athena/map/Player.tsx:90
Function
setup
()
tests/viteServer.tsx:6
Function
setup
()
tests/playwrightServer.tsx:5
Function
setupSteamDeck
()
ui/controls/setupSteamDeck.tsx:8
Method
shouldBuild
(info: BuildingInfo)
dionysus/DionysusAlpha.tsx:513
Method
shouldBuild
(info: BuildingInfo)
dionysus/PersephoneBeta.tsx:553
Method
shouldBuild
(info: BuildingInfo)
dionysus/OdysseusDelta.tsx:588
Method
shouldBuild
(info: BuildingInfo)
dionysus/DiomedesEpsilon.tsx:553
Function
shouldEvaluatePlayerPerformance
(map: MapData, playerId: PlayerID)
athena/map/PlayerPerformance.tsx:117
Method
showInfo
( event: MouseEvent | LongPressReactEvents<Element> | ClientCoordinates, )
hera/behavior/CreateBuilding.tsx:76
Method
showInfo
( event: MouseEvent | LongPressReactEvents<Element> | ClientCoordinates, )
hera/behavior/CreateUnit.tsx:199
Method
showInfo
( event: MouseEvent | LongPressReactEvents<Element> | ClientCoordinates, )
hera/behavior/BuySkills.tsx:108
Function
showPointer
()
ui/controls/setupHidePointer.tsx:5
Method
size
()
athena/map/BitSet.tsx:26
Function
someOneSkill
( statusEffects: SkillMap, unitStatusEffects: UnitSkillMap | null, movementStatusEffects: MovementSkillM
athena/info/Skill.tsx:767
Function
sort
(a: string, b: string)
codegen/generate-translations.tsx:208
Function
sortObjective
([, objective]: [number, Objective])
athena/Objectives.tsx:603
Function
sortPossibleAttacks
(itemA: PossibleAttack, itemB: PossibleAttack)
dionysus/lib/sortPossibleAttacks.tsx:3
Function
spriteURL
(sprite: SpriteVariant, variant: number)
art/Sprites.tsx:215
Function
sync
()
hera/campaign/CampaignEditor.tsx:330
Function
syncAnimation
(element: HTMLElement | null)
ui/lib/syncAnimation.tsx:7
Function
timeoutActionResponseMutator
(map: MapData, actionResponse: ActionResponse)
apollo/lib/timeoutActionResponseMutator.tsx:7
Function
toBiome
(biome: string | undefined | null)
athena/map/Biome.tsx:55
Function
toCampaignSlug
(username: string, slug: string)
apollo/lib/toCampaignSlug.tsx:3
Function
toDynamicPlayerID
(id: number | string)
athena/map/Player.tsx:502
Function
toError
(error: Error)
tests/__tests__/Lightning.test.tsx:17
Function
toJSON
()
athena/map/Entity.tsx:62
Function
toJSON
()
athena/map/Vector.tsx:108
Method
toJSON
()
athena/MapData.tsx:130
Method
toJSON
()
athena/MapData.tsx:180
Method
toJSON
()
athena/MapData.tsx:613
Method
toJSON
()
athena/map/Unit.tsx:104
Method
toJSON
()
athena/map/Unit.tsx:293
Method
toJSON
()
athena/map/Player.tsx:212
Method
toJSON
()
athena/map/Player.tsx:405
Method
toJSON
()
athena/map/BitSet.tsx:86
← previous
next →
2,001–2,100 of 2,131, ranked by callers