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
↓ 1 callers
Function
getSkillTileDefenseStatusEffect
(skill: Skill, type: SkillActivationType)
athena/info/Skill.tsx:1155
↓ 1 callers
Function
getSkillUnitMovement
(skill: Skill, type: SkillActivationType)
athena/info/Skill.tsx:1200
↓ 1 callers
Function
getStableTypeProps
(type: ActionType, name: string)
codegen/generate-actions.tsx:112
↓ 1 callers
Function
getTileStatusEffect
( tileStatusEffects: TileMovementSkillMap | null, skill: Skill, entity: Readonly<{ type: EntityType }> |
athena/info/Skill.tsx:757
↓ 1 callers
Function
getTranslatedColorName
(player: PlayerID)
hera/lib/getTranslatedColorName.tsx:10
↓ 1 callers
Function
getTranslatedEntityGroupName
(group: EntityGroup)
hera/lib/getTranslatedEntityName.tsx:38
↓ 1 callers
Function
getTranslatedPlayStyleName
(playStyle: PlayStyle)
hera/campaign/lib/getTranslatedPlayStyleName.tsx:4
↓ 1 callers
Function
getTranslatedTileTypeName
(tileType: TileType)
hera/lib/getTranslatedTileTypeName.tsx:5
↓ 1 callers
Function
getTranslatedTimerName
(timer: GameTimerValue)
hera/lib/getTranslatedTimerName.tsx:4
↓ 1 callers
Function
getTurnState
( previousMap: MapData, activeMap: M, effects: E, turnState: PreviousGameState<M> | null, isStart: b
hermes/game/getTurnState.tsx:21
↓ 1 callers
Function
getURL
( maps: ReadonlyArray<MapData>, viewers: string | ReadonlyArray<string>, gameActionResponse?: ReadonlyAr
tests/screenshot.tsx:16
↓ 1 callers
Function
getUnit
(name: string)
hera/lib/botToUser.tsx:6
↓ 1 callers
Function
getUnitCost
( unit: UnitInfo, cost: number, skills: ReadonlySet<Skill>, activeSkills: ReadonlySet<Skill>, )
athena/info/Skill.tsx:966
↓ 1 callers
Function
getUnitRadius
( unit: UnitInfo, radius: number, skills: ReadonlySet<Skill>, activeSkills: ReadonlySet<Skill>, )
athena/info/Skill.tsx:1082
↓ 1 callers
Function
getUnitRange
( unit: UnitInfo, range: [number, number], skills: ReadonlySet<Skill>, activeSkills: ReadonlySet<Skill
athena/info/Skill.tsx:1117
↓ 1 callers
Function
getUnitRangeForSkill
(skill: Skill, type: SkillActivationType)
athena/info/Skill.tsx:1213
↓ 1 callers
Function
getUnitRatio
(map: MapData, player: Player, activeType: ActiveUnitTypes)
dionysus/lib/shouldActivatePower.tsx:13
↓ 1 callers
Function
getUnitStatusEffect
( unitStatusEffects: UnitSkillMap | null, leaderStatusEffects: SkillMap | null, skill: Skill, entity:
athena/info/Skill.tsx:737
↓ 1 callers
Function
getUnitsToHealSkill
( map: MapData, player: PlayerID, skill: Skill, )
hera/behavior/activatePower/activatePowerAction.tsx:35
↓ 1 callers
Function
getValidationErrorText
(error?: ErrorReason)
hera/editor/lib/getMapValidationErrorText.tsx:4
↓ 1 callers
Function
getVisibleEntities
( previousMap: MapData, currentMap: MapData, vision: VisionT, labels: PlayerIDSet | null, )
apollo/lib/getVisibleEntities.tsx:14
↓ 1 callers
Method
getVolume
(type: AudioVolumeType)
ui/AudioPlayer.tsx:172
↓ 1 callers
Function
getWinningInvaders
( map: MapData, winningTeam: Team, powerCrystalPlayer: HumanPlayer | null, )
athena/lib/getWinningInvaders.tsx:6
↓ 1 callers
Function
getWorker
()
hera/hooks/useClientGameAction.tsx:27
↓ 1 callers
Function
groupUnitTypes
( effects: ReadonlyMap<ID, number>, )
hera/ui/SkillDescription.tsx:164
↓ 1 callers
Function
handleDefaultEffects
( previousMap: MapData, activeMap: MapData, effects: Effects, actionResponse: ActionResponse, )
apollo/Effects.tsx:82
↓ 1 callers
Function
handleResize
()
hera/ui/TeamSelector.tsx:359
↓ 1 callers
Function
hasGamepad
()
ui/controls/setupGamePad.tsx:16
↓ 1 callers
Function
hasMasterVolume
()
ui/AudioPlayer.tsx:234
↓ 1 callers
Function
hasNotableAnimation
(animations: Animations)
hera/MapAnimations.tsx:358
↓ 1 callers
Function
hasPlayerChange
( previousMap: PlainMap | MapData, activeMap: PlainMap | MapData, )
athena/lib/hasPlayerChange.tsx:4
↓ 1 callers
Function
hasShake
(animations: Animations)
hera/GameMap.tsx:109
↓ 1 callers
Function
hasSpriteURL
(sprite: SpriteVariant, variant: number, biome?: Biome)
art/Sprites.tsx:207
↓ 1 callers
Function
hasSwap
(gameState: GameState, startIndex: number)
dionysus/BaseAI.tsx:21
↓ 1 callers
Function
hasUnlockedBuilding
(building: BuildingInfo, skills: ReadonlySet<Skill>)
athena/info/Skill.tsx:1000
↓ 1 callers
Function
hasUnlockedUnit
(unit: UnitInfo, skills: ReadonlySet<Skill>)
athena/info/Skill.tsx:1037
↓ 1 callers
Method
hasValidBehavior
()
athena/map/Unit.tsx:707
↓ 1 callers
Method
hasValidBehaviors
()
athena/map/Building.tsx:126
↓ 1 callers
Method
hasValidName
()
athena/map/Unit.tsx:762
↓ 1 callers
Function
heal
(map: MapData, { from, to }: HealAction)
apollo/Action.tsx:861
↓ 1 callers
Function
heal
(unitState: UnitState, sprite: UnitAnimationSprite)
hera/hooks/useUnitState.tsx:64
↓ 1 callers
Method
healUnit
(map: MapData)
dionysus/DionysusAlpha.tsx:1201
↓ 1 callers
Method
healUnit
(map: MapData)
dionysus/PersephoneBeta.tsx:1274
↓ 1 callers
Method
healUnit
(map: MapData)
dionysus/OdysseusDelta.tsx:1299
↓ 1 callers
Method
healUnit
(map: MapData)
dionysus/DiomedesEpsilon.tsx:1274
↓ 1 callers
Function
hiddenMoveAction
( { requestFrame }: Actions, state: State, actionResponse: HiddenMoveActionResponse, vision: VisionT,
hera/behavior/move/hiddenMoveAction.tsx:10
↓ 1 callers
Function
hiddenSourceAttackAction
( actions: Actions, state: State, actionResponse: | HiddenSourceAttackUnitActionResponse | Hidde
hera/behavior/attack/hiddenAttackActions.tsx:18
↓ 1 callers
Function
hiddenTargetAttackAction
( actions: Actions, state: State, actionResponse: HiddenTargetAttackUnitActionResponse | HiddenTargetAtt
hera/behavior/attack/hiddenAttackActions.tsx:126
↓ 1 callers
Function
hidePointer
()
ui/controls/setupHidePointer.tsx:14
↓ 1 callers
Function
imageIsDefined
(args: MaybePaletteSwapParameters)
art/Sprites.tsx:65
↓ 1 callers
Function
includeDiomedesStrategicUnitInfos
( unitInfos: ReadonlyArray<UnitInfo>, map: MapData, currentPlayer: Player, strategicSummary: DiomedesS
dionysus/DiomedesEpsilon.tsx:1562
↓ 1 callers
Function
includePersephoneStrategicUnitInfos
( unitInfos: ReadonlyArray<UnitInfo>, map: MapData, currentPlayer: Player, strategicSummary: Persephon
dionysus/PersephoneBeta.tsx:1588
↓ 1 callers
Function
increaseCharge
(map: MapData, { charges, player }: IncreaseChargeEffectAction)
apollo/Action.tsx:1061
↓ 1 callers
Function
increaseFunds
(map: MapData, { funds, player }: IncreaseFundsEffectAction)
apollo/Action.tsx:1072
↓ 1 callers
Function
indexToSpriteVector
(index: number, width: number)
athena/lib/indexToSpriteVector.tsx:3
↓ 1 callers
Function
initializeCSS
()
ui/CSS.tsx:198
↓ 1 callers
Function
initializeHasRendered
(gameActionResponses: ReadonlyArray<string>)
tests/display.tsx:43
↓ 1 callers
Method
insertEntry
(key: number, entry: TypeaheadDataSourceEntry<T>)
ui/Typeahead.tsx:155
↓ 1 callers
Function
invalidSkills
(building: Building)
athena/lib/validateMap.tsx:102
↓ 1 callers
Function
isAIInterruptException
(exception: unknown)
dionysus/BaseAI.tsx:16
↓ 1 callers
Function
isAllowedReference
(node: TSType)
codegen/generate-actions.tsx:115
↓ 1 callers
Function
isBonusObjective
( player: PlayerID, objective: Objective, )
athena/lib/hasBonusObjective.tsx:5
↓ 1 callers
Function
isConnectedType
(tile: MaybeTileID)
athena/lib/canPlaceTile.tsx:126
↓ 1 callers
Function
isDesignBehavior
(behavior?: MapBehavior | null)
hera/editor/behavior/DesignBehavior.tsx:73
↓ 1 callers
Function
isInView
(element: Element, zoom: number, offset = 0)
hera/lib/isInView.tsx:1
↓ 1 callers
Function
isLoadedNavalTransport
(unit: Unit)
dionysus/PersephoneBeta.tsx:1566
↓ 1 callers
Function
isMusic
(name: SoundName | SongName)
ui/AudioPlayer.tsx:17
↓ 1 callers
Function
isMutableSpawnEffect
( value: Mutable<Action | Condition>, )
apollo/lib/transformEffectValue.tsx:57
↓ 1 callers
Function
isNavalUnit
(unit: Unit)
dionysus/DionysusAlpha.tsx:1300
↓ 1 callers
Function
isNavalUnit
(unit: Unit)
dionysus/OdysseusDelta.tsx:1398
↓ 1 callers
Function
isNavalUnit
(unit: Unit)
dionysus/DiomedesEpsilon.tsx:1373
↓ 1 callers
Function
isPlaying
(video: HTMLVideoElement | null | undefined)
hera/audio/Music.tsx:40
↓ 1 callers
Function
isRecoverySkill
(skill: Skill)
athena/info/Skill.tsx:1371
↓ 1 callers
Function
isRemoteDiomedesTransportTarget
( map: MapData, currentPlayer: Player, ownUnits: ReadonlyArray<Unit>, target: Vector, )
dionysus/DiomedesEpsilon.tsx:1512
↓ 1 callers
Function
isRemotePersephoneTransportTarget
( map: MapData, currentPlayer: Player, ownUnits: ReadonlyArray<Unit>, target: Vector, )
dionysus/PersephoneBeta.tsx:1517
↓ 1 callers
Function
isSeaExceptBeach
(id: MaybeTileID | null)
hera/animations/addExplosionAnimation.tsx:10
↓ 1 callers
Function
isSingleSea
(tile: MaybeTileID, modifier: number | null)
athena/lib/getFloatingEdgeModifier.tsx:7
↓ 1 callers
Function
isSkillRewardActionResponse
( actionResponse: ReceiveRewardActionResponse, )
hera/lib/isSkillRewardActionResponse.tsx:9
↓ 1 callers
Function
isTouchEvent
( event: SyntheticEvent<Target> | PointerEvent | ClientCoordinates, )
hera/lib/toTransformOrigin.tsx:9
↓ 1 callers
Function
isValidSpawnBuilding
( building: ReturnType<NonNullable<SpawnEffectAction['buildings']>['get']>, )
apollo/actions/validateAction.tsx:63
↓ 1 callers
Function
isValidTimer
(timer: number | null | undefined)
apollo/lib/GameTimerValue.tsx:13
↓ 1 callers
Function
isValuablePersephoneTransportTarget
( map: MapData, currentPlayer: Player, target: Vector, )
dionysus/PersephoneBeta.tsx:1548
↓ 1 callers
Function
isWithinOpponentAttackableArea
(vector: Vector)
dionysus/lib/findPathToTarget.tsx:28
↓ 1 callers
Function
jenkinsHash
(text: string)
apollo/lib/jenkinsHash.tsx:64
↓ 1 callers
Function
levelUsesObjective
(id: ObjectiveID, { next }: PlainLevel<T>)
hermes/levelUsesObjective.tsx:4
↓ 1 callers
Function
limitSize
(delta: Size, size: SizeVector)
hera/editor/ResizeHandle.tsx:17
↓ 1 callers
Function
listener
()
ui/hooks/useFullScreen.tsx:7
↓ 1 callers
Function
loadAction
( transport: TransportData, { optimisticAction, update }: Actions, state: State, )
hera/behavior/Transport.tsx:22
↓ 1 callers
Function
mapDecorators
(fn: (decorator: DecoratorInfo) => T)
athena/info/Decorator.tsx:533
↓ 1 callers
Function
mapMovementTypes
(fn: (movementType: MovementType) => T)
athena/info/Unit.tsx:4018
↓ 1 callers
Function
mapWeapons
(fn: (weapon: Weapon) => T)
athena/info/Unit.tsx:4024
↓ 1 callers
Function
mapWithAIPlayers
(map: MapData)
apollo/lib/mapWithAIPlayers.tsx:5
↓ 1 callers
Function
maybeOptimizeTargets
( map: MapData, unit: Unit, radius: ReadonlyMap<Vector, RadiusItem>, targets: ReadonlyArray<Vector>, )
dionysus/lib/estimateClosestTarget.tsx:41
↓ 1 callers
Function
maybeRemoveEffect
( effects: Effects, objective: Objective, index: number, setEditorState: SetEditorStateFunction, )
hera/editor/panels/ObjectivePanel.tsx:35
↓ 1 callers
Function
maybeSwapEffect
( effects: Effects, objective: Objective, existingObjective: Objective, index: number, setEditorStat
hera/editor/panels/ObjectivePanel.tsx:61
↓ 1 callers
Function
message
(_: MapData, { message, player }: MessageAction)
apollo/Action.tsx:834
↓ 1 callers
Function
messageTagHasPlayerID
(tag: MessageTag)
athena/message/Message.tsx:114
↓ 1 callers
Method
modifyFuel
(change: number)
athena/map/Unit.tsx:602
↓ 1 callers
Function
move
( map: MapData, vision: VisionT, { complete, from, path: initialPath, to }: MoveAction, isEffect: bool
apollo/Action.tsx:310
↓ 1 callers
Function
move
(animation: MoveAnimation, complete: () => void)
hera/Unit.tsx:605
← previous
next →
1,201–1,300 of 2,131, ranked by callers