UNPKG

screeps-cartographer

Version:

An advanced (and open source) movement library for Screeps

7 lines (6 loc) 247 B
/// <reference types="screeps" /> /** * Tracks a creep's position and returns true if it has no fatigue * but has not moved in `stuckLimit` ticks */ export declare const creepIsStuck: (creep: Creep | PowerCreep, stuckLimit: number) => boolean;