ISXWoW:gameobject (Data Type)
From ISMods Wiki
Contents |
[edit]
Description
[edit]
Members
- string SubType
- 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
- int Level
- Returns the level of this game object. Not sure how this is actually implemented by the game system.
- bool CanUse
- 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.
- bool GotBite
- 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).
- bool Locked
[edit]
Methods
[edit]
Returns
[edit]
Inherits
[edit]
