MCPcopy Create free account

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

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

↓ 10 callersMethodwithName
(name: number | null)
athena/map/Unit.tsx:711
↓ 9 callersFunctionSupplyAction
(from: Vector)
apollo/action-mutators/ActionMutators.tsx:28
↓ 9 callersFunctionattackable
( map: MapData, unit: Unit, start: Vector, optimize: 'cost' | 'cover', radius?: number, )
athena/Radius.tsx:276
↓ 9 callersFunctioncaptureGameActionResponse
( map: MapData, gameActionResponse: EncodedGameActionResponse, viewers: string, )
tests/screenshot.tsx:152
↓ 9 callersFunctioncaptureGameState
( gameState: GameState, viewers: string | ReadonlyArray<string>, )
tests/screenshot.tsx:160
↓ 9 callersFunctiongetActivePlayers
( map: MapData, initialActive?: ReadonlyArray<PlayerID>, )
athena/lib/getActivePlayers.tsx:6
↓ 9 callersFunctiongetAnyUnitTile
(info: UnitInfo)
hera/lib/getAnyUnitTile.tsx:5
↓ 9 callersFunctiongetAttributeRange
( list: ReadonlyArray<T>, extract: (entry: T) => number, min: number = 0, length: number = 5, )
athena/lib/getAttributeRange.tsx:11
↓ 9 callersFunctiongetBuildingWeight
(info: BuildingInfo)
dionysus/lib/getBuildingWeight.tsx:6
↓ 9 callersMethodgetMovementCost
({ movementType }: { movementType: MovementType })
athena/info/Tile.tsx:190
↓ 9 callersFunctiongradient
( color: BaseColor | ReadonlyArray<BaseColor> | undefined, alpha = 0.9, direction = 'to bottom right', )
ui/gradient.tsx:3
↓ 9 callersMethodhasMoved
()
athena/map/Unit.tsx:458
↓ 9 callersFunctionmaybeRecoverUnitCost
( shouldRecover: boolean, player: Player, unit: Unit | undefined, )
athena/lib/maybeRecoverUnitCost.tsx:5
↓ 9 callersMethodmove
()
athena/map/Unit.tsx:563
↓ 9 callersFunctionnavigate
( direction: Direction, columns: number, index: number | null, list: ReadonlyArray<unknown>, [select
hera/lib/navigate.tsx:3
↓ 9 callersMethodregister
( type: T, fn: (event: CustomEvent<Events[T]>) => void, layer: InputLayer = 'base', )
ui/controls/Input.tsx:92
↓ 9 callersFunctionsign
(code: string)
codegen/lib/sign.tsx:3
↓ 9 callersFunctionsprite
(sprite: SpriteVariant, variant?: number, biome?: Biome)
hera/lib/sprite.tsx:6
↓ 9 callersFunctionvalidateMap
( map: MapData, AIRegistry: { has: (ai: number) => boolean }, newTeams?: TeamsList, hasContentRestrict
athena/lib/validateMap.tsx:189
↓ 8 callersFunctionSabotageAction
(from: Vector, to: Vector)
apollo/action-mutators/ActionMutators.tsx:62
↓ 8 callersFunctioncanActivatePower
(player: Player, skill: Skill)
athena/lib/canActivatePower.tsx:5
↓ 8 callersFunctioncanPlaceLightning
(map: MapData, vector: Vector)
athena/lib/canPlaceLightning.tsx:6
↓ 8 callersMethodcanTransport
(unitInfo: UnitInfo, tile: TileInfo)
athena/info/Unit.tsx:684
↓ 8 callersMethodcopy
({ activeSkills, ai, charge, funds, id, misses, name, seen, skills, st
athena/map/Player.tsx:250
↓ 8 callersMethodcopy
({ behaviors, completed, health, id, label, player, skills, }: { behaviors?:
athena/map/Building.tsx:140
↓ 8 callersFunctiongetAttackableUnitsWithinRadius
( map: MapData, vector: Vector, radius: number, )
dionysus/lib/getAttackableUnitsWithinRadius.tsx:6
↓ 8 callersFunctiongetPossibleAttacks
( map: MapData, vision: VisionT, units: ReadonlyArray<[Vector, Unit]>, labelsToPrioritize?: Set<Player
dionysus/lib/getPossibleAttacks.tsx:30
↓ 8 callersFunctiongetVolume
(type: AudioVolumeType)
ui/AudioPlayer.tsx:229
↓ 8 callersFunctionhandleRemoteAction
( { processGameActionResponse, update }: Actions, remoteAction: Promise<GameActionResponse>, )
hera/behavior/handleRemoteAction.tsx:5
↓ 8 callersMethodhasNeutralUnits
()
athena/MapData.tsx:249
↓ 8 callersFunctionhasUnitsOrProductionBuildings
( map: MapData, player: Player, type: 'any' | 'with-attack', )
athena/lib/hasUnitsOrProductionBuildings.tsx:4
↓ 8 callersFunctionindexToVector
(index: number, width: number)
athena/lib/indexToVector.tsx:4
↓ 8 callersFunctioninsetStyle
(inset: number | string)
ui/cssVar.tsx:92
↓ 8 callersFunctionmatchesPlayerList
(players: PlayerIDs | undefined, player: PlayerID)
athena/lib/matchesPlayerList.tsx:3
↓ 8 callersMethodmaybeUpdateAIBehavior
()
athena/map/Unit.tsx:662
↓ 8 callersFunctionnumberToPlayerID
(number: number)
athena/map/Player.tsx:561
↓ 8 callersFunctionscale
(value: number)
hera/Fog.tsx:674
↓ 8 callersFunctionshouldPlaceSeaDecorator
(tile: MaybeTileID, modifier: number | null)
athena/lib/getFloatingEdgeModifier.tsx:10
↓ 8 callersMethodstop
(name: SoundName | SongName, duration = 250)
ui/AudioPlayer.tsx:108
↓ 8 callersFunctionthrottle
(fn: T, interval: number)
ui/controls/throttle.tsx:4
↓ 8 callersFunctiontoTeamArray
(teams: Teams)
athena/map/Team.tsx:13
↓ 8 callersFunctionundo
(game: ClientGame, type: UndoType)
hermes/game/undo.tsx:6
↓ 8 callersMethodunfold
()
athena/map/Unit.tsx:588
↓ 8 callersFunctionupdateVisibleEntities
( currentMap: MapData, vision: VisionT, { buildings, units, }: { buildings?: ImmutableMap<
apollo/lib/updateVisibleEntities.tsx:9
↓ 7 callersFunctionUnfoldAction
(from: Vector)
apollo/action-mutators/ActionMutators.tsx:43
↓ 7 callersFunctioncheckHasUnits
(map: MapData, fromPlayer: Player, toPlayer: Player)
apollo/Objective.tsx:524
↓ 7 callersMethodcomplete
(event: CustomEvent)
hera/behavior/Menu.tsx:369
↓ 7 callersMethoddeactivateShield
()
athena/map/Unit.tsx:848
↓ 7 callersMethodgetAllBuildableUnits
()
athena/info/Building.tsx:204
↓ 7 callersFunctiongetAttackDirection
( from: Vector, to: Vector, )
apollo/attack-direction/getAttackDirection.tsx:31
↓ 7 callersFunctiongetEntityInfoGroup
(entity: Readonly<{ type: EntityType }>)
athena/map/Entity.tsx:101
↓ 7 callersFunctiongetFrame
( info: { animation?: TileAnimation | null }, modifier: number | null, tick: number, )
hera/lib/tick.tsx:24
↓ 7 callersFunctiongetHealCost
(unit: Unit, player: Player)
athena/lib/getHealCost.tsx:6
↓ 7 callersFunctiongetRescuableVectors
(map: MapData, position: Vector)
athena/lib/getRescuableVectors.tsx:5
↓ 7 callersFunctiongetSkillConfigForDisplay
(skill: Skill)
hera/lib/getSkillConfigForDisplay.tsx:62
↓ 7 callersFunctiongetSkillPowerDamage
(skill: Skill)
athena/info/Skill.tsx:1387
↓ 7 callersFunctiongetTranslatedCrystalName
(crystal: Crystal)
hera/invasions/getTranslatedCrystalName.tsx:5
↓ 7 callersFunctiongetTranslatedPerformanceStyleTypeName
( performanceType: PerformanceStyleType, )
hera/lib/getTranslatedPerformanceStyleTypeName.tsx:4
↓ 7 callersMethodhas
(ability: Behavior)
athena/info/Building.tsx:62
↓ 7 callersFunctionhasUnits
(map: MapData, player: Player)
apollo/Objective.tsx:574
↓ 7 callersMethodisAccessibleBy
(unitInfo: UnitInfo)
athena/info/Building.tsx:220
↓ 7 callersMethodisBeingRescued
()
athena/map/Unit.tsx:532
↓ 7 callersFunctiononClick
(event: MouseEvent)
ui/Typeahead.tsx:417
↓ 7 callersMethodsetAmmo
(ammo: Ammo | null)
athena/map/Unit.tsx:598
↓ 7 callersFunctionsortByVectorKey
(list: Iterable<[Vector, T]>)
athena/map/Vector.tsx:134
↓ 7 callersFunctionstartGame
(map: MapData)
athena/lib/startGame.tsx:8
↓ 7 callersMethodstopCapture
()
athena/map/Unit.tsx:576
↓ 7 callersFunctionteamWithPlayers
(players: ReadonlyArray<PlainPlayer>)
athena/lib/__tests__/isPvP.test.tsx:6
↓ 7 callersFunctiontoPlayer
(object: AnyEntity)
athena/MapData.tsx:186
↓ 7 callersFunctionuseBlockInput
(block: InputLayer, condition: boolean | undefined = true)
ui/controls/useBlockInput.tsx:4
↓ 7 callersFunctionuseScrollIntoView
( element: RefObject<HTMLElement | null>, scrollIntoView: boolean | undefined, )
ui/hooks/useScrollIntoView.tsx:3
↓ 7 callersMethodwithSound
(sound: SoundName)
athena/info/Unit.tsx:357
↓ 6 callersFunctionFoldAction
(from: Vector)
apollo/action-mutators/ActionMutators.tsx:41
↓ 6 callersMethodaddAll
(indices: Iterable<number>)
athena/map/BitSet.tsx:45
↓ 6 callersFunctionaddMoveAnimation
( animations: Animations, { endSound, from, onComplete, partial = false, path, pat
hera/lib/addMoveAnimation.tsx:4
↓ 6 callersFunctionapplyHiddenState
(state: State)
hera/behavior/attack/hiddenAttackActions.tsx:38
↓ 6 callersFunctioncalculateLikelyDamage
( unitA: Unit, entityB: Entity, map: MapData, from: Vector, to: Vector, attackStatusEffect: number
athena/lib/calculateLikelyDamage.tsx:9
↓ 6 callersFunctioncomputeVisibleActions
( previousMap: MapData, vision: VisionT, gameState: GameState, )
apollo/lib/computeVisibleActions.tsx:516
↓ 6 callersMethodcopy
({ animation, biomeStyle, group, id, name, placeOn, position, }: { animation
athena/info/Decorator.tsx:70
↓ 6 callersFunctiondecodeEffects
(encodedEffects: EncodedEffects)
apollo/Effects.tsx:225
↓ 6 callersFunctionencodeEffects
(effects: Effects)
apollo/Effects.tsx:209
↓ 6 callersFunctionexecute
(map: MapData, action: Action)
dionysus/BaseAI.tsx:51
↓ 6 callersFunctionexplosionAnimation
( actions: Actions, state: State, newMap: MapData, entity: Entity, position: Vector, direction: At
hera/animations/explosionAnimation.tsx:8
↓ 6 callersFunctionfilterSelf
(map: MapData, player: PlayerID)
apollo/lib/checkObjective.tsx:112
↓ 6 callersFunctionformat
(number: number)
hera/ui/Funds.tsx:7
↓ 6 callersFunctionformatEffect
(effect: number)
hera/ui/SkillDescription.tsx:117
↓ 6 callersMethodgetAmmunitionSupply
()
athena/info/Unit.tsx:701
↓ 6 callersFunctiongetBiomeBuildingRestrictions
(biome: Biome)
athena/lib/getBiomeBuildingRestrictions.tsx:24
↓ 6 callersFunctiongetBiomeUnitRestrictions
(biome: Biome)
athena/lib/getBiomeUnitRestrictions.tsx:6
↓ 6 callersFunctiongetChargeValue
( entity: Entity, player: Player, newEntity: Entity, modifier: number, )
athena/lib/getChargeValue.tsx:7
↓ 6 callersFunctiongetInterestingVectors
( map: MapData, from: Vector, unit: Unit, )
dionysus/lib/getInterestingVectors.tsx:13
↓ 6 callersFunctiongetModifier
( map: MapData, vector: Vector, info: TileInfo, layer: TileLayer, )
athena/lib/getModifier.tsx:122
↓ 6 callersMethodgetRescuer
()
athena/map/Unit.tsx:536
↓ 6 callersMethodgetTransportedUnit
(index: number)
athena/map/Unit.tsx:550
↓ 6 callersFunctiongetUnitDirection
(firstPlayer: PlayerID, unit: Unit)
hera/lib/getUnitDirection.tsx:4
↓ 6 callersFunctiongetUnitName
(gender: Gender, name: number)
athena/info/UnitNames.tsx:85
↓ 6 callersFunctiongetWaterfallModifier
( map: MapData, vector: Vector, info: TileInfo, layer: TileLayer, )
athena/lib/getModifier.tsx:54
↓ 6 callersMethodisFull
()
athena/map/Unit.tsx:554
↓ 6 callersFunctionisHumanPlayer
()
athena/map/Player.tsx:146
↓ 6 callersFunctionisPlayable
( map: MapData, currentViewer: Player | PlayerID | null, object?: AnyEntity, )
athena/map/isPlayable.tsx:4
← previousnext →201–300 of 2,131, ranked by callers