MCPcopy Create free account

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

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

↓ 1 callersFunctioncanUnfold
(map: MapData, unit: Unit)
dionysus/DiomedesEpsilon.tsx:1351
↓ 1 callersFunctioncancelAction
({ update }: Actions)
hera/ui/ActionWheel.tsx:225
↓ 1 callersFunctioncapitalizedColor
(player: PlayerID)
hera/lib/getTranslatedColorName.tsx:5
↓ 1 callersFunctioncapture
(map: MapData, { from }: CaptureAction)
apollo/Action.tsx:636
↓ 1 callersFunctioncapture
(error: unknown)
ui/lib/captureException.tsx:1
↓ 1 callersMethodcapture
(map: MapData)
dionysus/DionysusAlpha.tsx:284
↓ 1 callersMethodcapture
(map: MapData)
dionysus/PersephoneBeta.tsx:324
↓ 1 callersMethodcapture
(map: MapData)
dionysus/OdysseusDelta.tsx:295
↓ 1 callersMethodcapture
(map: MapData)
dionysus/DiomedesEpsilon.tsx:324
↓ 1 callersFunctioncharacterMessageEffect
(map: MapData, action: CharacterMessageEffectAction)
apollo/Action.tsx:993
↓ 1 callersFunctioncheckActivatePower
(previousMap: MapData, activeMap: MapData)
apollo/Objective.tsx:367
↓ 1 callersFunctioncheckAttackBuilding
( map: MapData, { building, from, hasCounterAttack, playerA, playerB, playerC,
apollo/Objective.tsx:434
↓ 1 callersFunctioncheckAttackUnit
( map: MapData, { from, hasCounterAttack, playerA, playerB, to, unitA, unitB }: AttackUnitActionResponse,
apollo/Objective.tsx:351
↓ 1 callersFunctioncheckCapture
(previousMap: MapData, map: MapData, action: ActionResponse)
apollo/Objective.tsx:327
↓ 1 callersFunctioncheckDefaultObjectives
( previousMap: MapData, activeMap: MapData, actionResponse: ActionResponse, )
apollo/Objective.tsx:477
↓ 1 callersFunctioncheckEndTurn
(previousMap: MapData, activeMap: MapData)
apollo/Objective.tsx:501
↓ 1 callersFunctioncheckGameEndCondition
( initialMap: MapData, map: MapData, player: PlayerID | undefined, objective: Objective | undefined,
apollo/Objective.tsx:187
↓ 1 callersFunctioncheckToggleLightning
( previousMap: MapData, activeMap: MapData, { from, player, to }: ToggleLightningActionResponse, )
apollo/Objective.tsx:418
↓ 1 callersFunctionchooseOdysseusMove
( map: MapData, currentPlayer: Player, unit: Unit, from: Vector, to: Vector, moveableRadius: Reado
dionysus/OdysseusDelta.tsx:1479
↓ 1 callersFunctionclientActivateCrystalAction
( actions: Actions, actionResponse: ActivateCrystalActionResponse, )
hera/behavior/activateCrystal/clientActivateCrystalAction.tsx:8
↓ 1 callersFunctionclockwiseSort
(list: ReadonlyArray<Vector>)
apollo/lib/clockwiseSort.tsx:3
↓ 1 callersFunctioncompleteBuilding
(map: MapData, { from }: CompleteBuildingAction)
apollo/Action.tsx:808
↓ 1 callersFunctioncompleteUnit
(map: MapData, { from }: CompleteUnitAction)
apollo/Action.tsx:801
↓ 1 callersFunctioncompleteUnit
(map: MapData, vision: VisionT, from: Vector)
hera/behavior/move/syncMoveAction.tsx:18
↓ 1 callersFunctioncomposite
( tile: TileInfo, modifier: Modifier, sprite: SpriteVector, )
athena/info/Tile.tsx:58
↓ 1 callersMethodcopy
({ ammo, behavior, fuel, health, id, label, moved, name, player, statu
athena/map/Unit.tsx:354
↓ 1 callersFunctioncopyCanvas
( sourceCanvas: HTMLCanvasElement | null, targetCanvas: HTMLCanvasElement | null, )
hera/Fog.tsx:147
↓ 1 callersFunctioncouldSpawnBuilding
( map: MapData, vector: Vector, building: BuildingInfo, player: PlayerID, )
athena/lib/couldSpawnBuilding.tsx:11
↓ 1 callersFunctioncreate
(context)
eslint-plugin/no-date-now.js:3
↓ 1 callersMethodcreate
()
hera/behavior/CreateBuilding.tsx:69
↓ 1 callersFunctioncreateBuilding
(map: MapData, { from, id }: CreateBuildingAction)
apollo/Action.tsx:737
↓ 1 callersMethodcreateBuilding
(map: MapData)
dionysus/DionysusAlpha.tsx:489
↓ 1 callersMethodcreateBuilding
(map: MapData)
dionysus/PersephoneBeta.tsx:529
↓ 1 callersMethodcreateBuilding
(map: MapData)
dionysus/OdysseusDelta.tsx:564
↓ 1 callersMethodcreateBuilding
(map: MapData)
dionysus/DiomedesEpsilon.tsx:529
↓ 1 callersFunctioncreateBuildingAction
( actions: Actions, position: Vector, building: BuildingInfo, state: State, onComplete: StateToState
hera/behavior/createBuilding/createBuildingAction.tsx:14
↓ 1 callersFunctioncreateDiomedesStrategicPlan
( map: MapData, currentPlayer: Player, )
dionysus/DiomedesEpsilon.tsx:1376
↓ 1 callersFunctioncreateDiomedesStrategicSummary
( map: MapData, currentPlayer: Player, strategicPlan: DiomedesStrategicPlan, )
dionysus/DiomedesEpsilon.tsx:1421
↓ 1 callersFunctioncreateIconModule
(icon: string)
infra/pixelarticonsPlugin.ts:65
↓ 1 callersFunctioncreateLocaleContext
(props?: Partial<LocaleContextProps>)
hera/i18n/LocaleContext.tsx:29
↓ 1 callersFunctioncreateMistLayerCache
( map: MapData, offset: number, size: number, scale: number, )
hera/Fog.tsx:580
↓ 1 callersFunctioncreateMistMask
( map: MapData, offset: number, size: number, vision: VisionT, scale: number, )
hera/Fog.tsx:601
↓ 1 callersFunctioncreatePersephoneStrategicPlan
( map: MapData, currentPlayer: Player, )
dionysus/PersephoneBeta.tsx:1376
↓ 1 callersFunctioncreatePersephoneStrategicSummary
( map: MapData, currentPlayer: Player, strategicPlan: PersephoneStrategicPlan, )
dionysus/PersephoneBeta.tsx:1426
↓ 1 callersFunctioncreateTracks
(map: MapData, { from }: CreateTracksAction)
apollo/Action.tsx:764
↓ 1 callersFunctioncreateUnit
(map: MapData, { from, id, to }: CreateUnitAction, isEffect: boolean)
apollo/Action.tsx:675
↓ 1 callersMethodcreateUnit
(map: MapData)
dionysus/DionysusAlpha.tsx:673
↓ 1 callersMethodcreateUnit
(map: MapData)
dionysus/PersephoneBeta.tsx:715
↓ 1 callersMethodcreateUnit
(map: MapData)
dionysus/OdysseusDelta.tsx:750
↓ 1 callersMethodcreateUnit
(map: MapData)
dionysus/DiomedesEpsilon.tsx:715
↓ 1 callersFunctioncrystalToSound
(crystal: Crystal)
hera/audio/Music.tsx:145
↓ 1 callersFunctiondamageUnits
( actions: Actions, state: State, animation: 'fire' | 'power', damage: number, unitsToDamage: Iterab
hera/lib/damageUnits.tsx:8
↓ 1 callersFunctiondecodeGameState
(encodedGameState: EncodedGameState)
apollo/GameState.tsx:12
↓ 1 callersFunctiondecodeLegacyWinConditions
(objectives: ReadonlyArray<PlainObjective>)
athena/Objectives.tsx:622
↓ 1 callersFunctiondecodeMapObject
(data: string | null)
docs/content/examples/map-editor.tsx:11
↓ 1 callersFunctiondecodePlayerPerformance
(performance: PlainPlayerPerformance)
athena/map/PlayerPerformance.tsx:121
↓ 1 callersFunctiondecodePlayers
( players: ReadonlyArray<PlainPlayer>, teamId: PlayerID, )
athena/map/Serialization.tsx:39
↓ 1 callersFunctiondecodeReward
([rewardType, ...rest]: EncodedReward)
athena/map/Reward.tsx:77
↓ 1 callersFunctiondescriptionMapToCode
(typeName: string, list: ReadonlyArray<EntityDescription>)
codegen/generate-translations.tsx:310
↓ 1 callersFunctiondetectCycle
(level: Level<T>, seen: Set<Level<T>>, stack: Set<Level<T>>)
hermes/validateCampaign.tsx:4
↓ 1 callersFunctiondraw
()
hera/invasions/CrystalSprite.tsx:45
↓ 1 callersFunctiondraw
()
hera/character/Portrait.tsx:72
↓ 1 callersMethoddraw
( vectors: Array<Vector>, state: State, actions: Actions, editor: EditorState, )
hera/editor/behavior/DesignBehavior.tsx:231
↓ 1 callersFunctiondrawFog
( canvas: HTMLCanvasElement, bufferCanvas: HTMLCanvasElement, fogStyle: 'soft' | 'hard' | undefined, m
hera/Fog.tsx:658
↓ 1 callersFunctiondrawImageData
( canvas: HTMLCanvasElement, bufferCanvas: HTMLCanvasElement, imageData: ImageData, imageSmoothingEnab
hera/Fog.tsx:133
↓ 1 callersFunctiondrawMistCloud
( context: CanvasRenderingContext2D, x: number, y: number, width: number, height: number, seed: nu
hera/Fog.tsx:479
↓ 1 callersFunctiondrawShroudEdgeFade
( context: CanvasRenderingContext2D, width: number, height: number, offset: number, )
hera/Fog.tsx:231
↓ 1 callersFunctiondrawVeilEdges
( context: CanvasRenderingContext2D, map: MapData, offset: number, size: number, vision: VisionT, )
hera/Fog.tsx:264
↓ 1 callersFunctiondrawVeilNoise
( context: CanvasRenderingContext2D, width: number, height: number, size: number, phase = 0, )
hera/Fog.tsx:211
↓ 1 callersFunctiondrawVeilStreaks
( context: CanvasRenderingContext2D, width: number, height: number, size: number, phase = 0, )
hera/Fog.tsx:165
↓ 1 callersFunctiondropUnit
(map: MapData, { from, index, to }: DropUnitAction)
apollo/Action.tsx:717
↓ 1 callersMethodeditorCanBeCreatedOn
(tileInfo: TileInfo)
athena/info/Building.tsx:193
↓ 1 callersFunctionencodeDecorators
(map: MapData)
athena/map/Serialization.tsx:126
↓ 1 callersFunctionencodeGameState
(gameState: GameState)
apollo/GameState.tsx:5
↓ 1 callersFunctionencodeObjective
(objective: Objective)
athena/Objectives.tsx:344
↓ 1 callersFunctionencodePropType
( actionName: string, actionType: ActionType, props: ReadonlyArray<Prop>, )
codegen/generate-actions.tsx:283
↓ 1 callersFunctionencodeReward
(reward: Reward)
athena/map/Reward.tsx:56
↓ 1 callersFunctionencodeRouteType
(routes: ReadonlySet<Route>)
codegen/generate-routes.tsx:88
↓ 1 callersFunctionencodeTeams
(teams: Teams)
athena/map/Serialization.tsx:120
↓ 1 callersFunctionencodeTopLevelRouteNames
(routes: ReadonlySet<Route>)
codegen/generate-routes.tsx:127
↓ 1 callersFunctionencodeUserRouteType
( routes: ReadonlySet<Route>, )
codegen/generate-routes.tsx:98
↓ 1 callersFunctionendTurnAction
(actions: Actions, state: State)
hera/behavior/endTurn/endTurnAction.tsx:19
↓ 1 callersMethodenter
(vector: Vector, state: State)
hera/behavior/Move.tsx:157
↓ 1 callersMethodenterAlternative
( vector: Vector, state: State, { setEditorState }: Actions, editor: EditorState, )
hera/editor/behavior/DesignBehavior.tsx:198
↓ 1 callersFunctionequalsUnit
( previousMap: MapData, activeMap: MapData, actionResponse: ActionResponse, originalCondition: UnitEqu
apollo/Condition.tsx:34
↓ 1 callersFunctioneraseLayer1Tile
( newMap: Array<TileField>, newModifiers: Array<ModifierField>, index: number, )
athena/mutation/writeTile.tsx:35
↓ 1 callersFunctionevaluateCondition
( previousMap: MapData, activeMap: MapData, actionResponse: ActionResponse, condition: Condition, )
apollo/Condition.tsx:79
↓ 1 callersFunctionexpandedTileIndexes
(map: MapData, vector: Vector)
athena/lib/updateSeen.tsx:15
↓ 1 callersFunctionextract
(files: ReadonlyArray<string>)
codegen/generate-actions.tsx:215
↓ 1 callersFunctionfillAlphaRect
( alpha: Uint8ClampedArray, width: number, x: number, y: number, rectWidth: number, rectHeight: nu
hera/Fog.tsx:96
↓ 1 callersFunctionfilterUnits
( fn: (unitInfo: UnitInfo) => boolean | undefined, )
athena/info/Unit.tsx:3991
↓ 1 callersMethodfinishCapture
(map: MapData)
dionysus/DionysusAlpha.tsx:273
↓ 1 callersMethodfinishCapture
(map: MapData)
dionysus/PersephoneBeta.tsx:313
↓ 1 callersMethodfinishCapture
(map: MapData)
dionysus/OdysseusDelta.tsx:284
↓ 1 callersMethodfinishCapture
(map: MapData)
dionysus/DiomedesEpsilon.tsx:313
↓ 1 callersMethodfinishRescue
(map: MapData)
dionysus/DionysusAlpha.tsx:344
↓ 1 callersMethodfinishRescue
(map: MapData)
dionysus/PersephoneBeta.tsx:384
↓ 1 callersMethodfinishRescue
(map: MapData)
dionysus/OdysseusDelta.tsx:419
↓ 1 callersMethodfinishRescue
(map: MapData)
dionysus/DiomedesEpsilon.tsx:384
↓ 1 callersFunctionfold
(map: MapData, { from }: FoldAction)
apollo/Action.tsx:793
← previousnext →1,001–1,100 of 2,131, ranked by callers