Module

Screeps.Destructible

Package
purescript-screeps-classy
Repository
purescript/purescript-screeps

#Destructible Source

class Destructible o 

#hits Source

hits :: forall d. Destructible d => d -> Int

#hitsMax Source

hitsMax :: forall d. Destructible d => d -> Int

#notifyWhenAttacked Source

notifyWhenAttacked :: forall e o. Destructible o => o -> Boolean -> Eff (cmd :: CMD | e) ReturnCode