@open-screeps/is-creep-alive
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

is-creep-alive

Returns true if the creep is alive

Install

$ npm install @open-screeps/is-creep-alive

Usage

import { isCreepAlive } from '@open-screeps/is-creep-alive';

const livingCreeps = _.filter(Memory.creepList, (creepName) => isCreepAlive(creepName))

Related

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @open-screeps/is-creep-alive

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • postcrafter