↓ 1 callersFunctionformatValue(
name: string,
optional: boolean,
{ type, value }: ValueType,
prefix?: string,
)
codegen/generate-actions.tsx:509
↓ 1 callersFunctiongetCurrentMovementPath(
map: MapData,
unit: Unit,
from: Vector,
target: Vector,
radius: RadiusInfo,
attackable: Readonly
hera/behavior/Move.tsx:29
↓ 1 callersFunctiongetDeployVector(
map: MapData,
player: PlayerID,
vector: Vector,
{ matchBuilding, matchUnit, unitType }: SpawnConfigu
athena/lib/powerSpawnUnits.tsx:61
↓ 1 callersFunctiongetMapSize(
{
height,
width,
}: {
height: number;
width: number;
},
mapSize: Record<MapSize, T>,
athena/lib/getMapSize.tsx:3
↓ 1 callersFunctiongetSkillAttackStatusEffects(
entity: Entity | null,
tile: TileInfo | null,
{ activeSkills, charge, skills }: Player,
)
athena/info/Skill.tsx:864