Module

Screeps.FindType

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

All FindType constants

#FindType Source

newtype FindType a

Constructors

Instances

#findTypeEq Source

findTypeEq :: forall b a. FindType a -> FindType b -> Boolean

#(===) Source

Operator alias for Screeps.FindType.findTypeEq (right-associative / precedence 3)

#LookType Source

newtype LookType a

Constructors

Instances

#lookEq Source

lookEq :: forall b a. LookType a -> LookType b -> Boolean

#(=-=) Source

Operator alias for Screeps.FindType.lookEq (right-associative / precedence 3)

#Path Source

type Path = Array PathStep

Derived markers

#PathStep Source

type PathStep = { direction :: Direction, dx :: Number, dy :: Number, x :: Int, y :: Int }