Skip to content
aubergine10 edited this page Oct 19, 2015 · 1 revision

This property is not fully tested

##Overview

This property can be used to determine if there are walls adjacent to an object, and if so which sides of the object the walls are on.

##Syntax

##Example

##Notes

If an object has the AttachToWall setting (set to true), you can use the obj.Walls property in conjunction with obj.Or and obj.Pos to determine a more precise location of your object (as it will be shifted from obj.Pos depending on the obj.Or and obj.Walls values).

##See Also

  • obj.AnimateRotation
  • obj.Or
  • obj.Pos
  • obj.WallCheckTimer

^ Open "Pages" to Search



Guides:

  • [Lua Basics](Lua Basics Guide)
  • [Save-Load Cycle](Save-Load Cycle Guide)

[Globals](Object Globals):

  • [Game](Game (Global))
  • [me](me (Global))
  • [Object](Object (Global))
  • [this](this (Global))

[Events](Object Events):

Psuedo-Types:

  • [Rotation table](Rotation table)
  • [Id table](Id table)
  • [Location table](Location table)
  • [Velocity table](Velocity table)

[Methods](Object Methods):

[Properties](Object Properties):

Clone this wiki locally