Object Classes

From Wherigo Foundation Wiki
Revision as of 13:25, 22 April 2018 by Ranger Fox (Talk | contribs) (Created page with "== Object and Classes in the Wherigo library == So far, these are the objects on which we have at least some information. If you add a page for an object which is not listed h...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Object and Classes in the Wherigo library

So far, these are the objects on which we have at least some information. If you add a page for an object which is not listed here, please give the page the same name as the object, add it to the list, and link to the page. All the below mentioned classes are defined in the unit "Wherigo", so if you want access one of this classes, you have to use "Wherigo.ZItem" and so on.


Low level classes

Distance Class for distances, which holds a value and a unit
ZonePoint Class for points, which holds latitude, longitude and altitude
ZCommand Class for commands
ZReciprocalCommand Class for reciprocal commands


ZObjects

ZObject Base class of all ZObjects, from which all other classes below derive
ZCartridge Class for a cartridge
Zone Class for a zone
ZCharacter Class for a character
ZItem Class for a item
ZTask Class for a task
ZInput Class for a input
ZTimer Class for a timer
ZMedia Class for a media file
Player Class for the player, derived from ZCharacter

Wherigo (Class)

Globals