Difference between revisions of "LavishGUI:lguimap (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
 
This data type provides and controls data for LavishGUI map elements.  
 
This data type provides and controls data for LavishGUI map elements.  
 
== Members ==
 
== Members ==
* Font
+
* lguifont Font
* Origin
+
* point3f Origin
* Rotation
+
* float Rotation
* BlipFactory
+
* string BlipFactory
* MapSizeX
+
* float MapSizeX
* MapSizeY
+
* float MapSizeY
* Radial
+
* bool Radial
* ZClipping
+
* bool ZClipping
* xShowLabels
+
* bool ShowLabels
* Blips
+
* int Blips
* Blip
+
* lguimapblip Blip
* NextBlip
+
* lguimapblip Blip[name]
* BlipTypes
+
* lguimapblip NextBlip[name]
* BlipType
+
* int BlipTypes
* NextBlipType
+
* lguitexture BlipType[name]
 +
* lguitexture NextBlipType[name]
  
 
== Methods ==
 
== Methods ==

Revision as of 22:58, 17 November 2005

Description

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

Members

  • lguifont Font
  • point3f Origin
  • float Rotation
  • string BlipFactory
  • float MapSizeX
  • float MapSizeY
  • bool Radial
  • bool ZClipping
  • bool ShowLabels
  • int Blips
  • lguimapblip Blip
  • lguimapblip Blip[name]
  • lguimapblip NextBlip[name]
  • int BlipTypes
  • lguitexture BlipType[name]
  • lguitexture NextBlipType[name]

Methods

  • AddBlip
  • AddBlipType
  • 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