Locatable
interface Locatable
Content copied to clipboard
Types
Nearest
                    Link copied to clipboard
                        NearestTo
Within
                    Link copied to clipboard
                        WithinArea
Within
                    Link copied to clipboard
                        class WithinRange(target: Locatable, distance: Double) : Filter<Locatable?> 
Content copied to clipboard
WithinRange
Functions
Inheritors
InteractableEntity
                          
                    
                  Link copied to clipboard
                        Tile
                          
                    
                  Link copied to clipboard
                        Actor
                          
                    
                  Link copied to clipboard
                        DynamicObject
                          
                    
                  Link copied to clipboard
                        GroundItem
                          
                    
                  Link copied to clipboard
                        Projectile
                          
                    
                  Link copied to clipboard
                        Extensions
get
                    
                  Link copied to clipboard
                        get
                    Link copied to clipboard
                        fun Locatable.getWalkableNeighbors(allowSelf: Boolean = true, diagonalTiles: Boolean = false, checkForWalls: Boolean = true): MutableList<Tile>
Content copied to clipboard