Skip to content
GrandSong edited this page Nov 1, 2016 · 3 revisions

##Overview

This property is applicable to all Objects and determines if their images are visible.

##Syntax

-- get:
local isHidden = someObject.Hidden -- <boolean>

-- set:
someObject.Hidden = <boolean>

If set true, the object will be hidden. But it is still there. You can see its tooltips and, when outdoors, its shadow.

##See Also

-- Contributor: GrandSong

^ 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