LavishGUI:lguimap (Data Type)

From Lavish Software Wiki
Revision as of 22:04, 2 December 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Description

This data type provides and controls data for LavishGUI map elements.

Members

  • point3f Origin
  • float Rotation
  • string BlipFactory
  • string BlipTemplate
  • float MapSizeX
  • float MapSizeY
  • bool Radial
  • float ZClipping
  • bool ShowLabels
  • int Blips
  • lguimapblip Blip
  • lguimapblip Blip[name]
  • lguimapblip NextBlip[name]

Methods

  • AddBlip
  • SetOrigin
  • SetRotation
  • SetMapSize
  • ClipZ
  • UnclipZ
  • ToggleZClipping
  • ClipText
  • UnclipText
  • ToggleTextClipping
  • ShowLabels
  • HideLabels
  • ToggleLabels
  • EnableRotation
  • DisableRotation
  • ToggleRotation

Inherits

lguielement

Returns

NULL

Operates on

LGUIMap *

Examples

See Also