ISXWoW:gameobject (Data Type)

From ISMods Wiki

Contents

Description

Members

Returns the SubType of this gameobject. Possible SubTypes are:
Door
Button
Quest Giver
Chest
Binder
Generic
Trap
Chair
Spell Focus
Text
Goober
Transport
Area Damage
Camera
World Object
Map Object Transport
Duel Arbiter
Fishing Node
Ritual
Mailbox
AuctionHouse
SpellCaster
Meeting Stone
Flag Stand
Fishing Hole
Flag Drop
Mini Game
Returns the level of this game object. Not sure how this is actually implemented by the game system.
Returns if the object is useable in the context of the current player. NPCs you can talk to will return true, so will doors, and chests (even if they're locked and you don't have the appropriate skill because you still get the ability to "try". Quest items when you don't have the quest will not.
Returns if the fishing object currently has a bite. Hard coded to return false on any object not a fishing object sub-type (Shouldn't matter, but don't waste time checking this on non-fishing nodes probing to see if it's used in some context for other SubTypes).

Methods

Returns

Inherits

object

See Also