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 ==
* point3f Origin
+
* [[DataType:point3f|point3f]] '''Origin'''
* float Rotation
+
* [[DataType:float|float]] '''Rotation'''
* string BlipFactory
+
* [[DataType:string|string]] '''BlipFactory'''
* string BlipTemplate
+
* [[DataType:string|string]] '''BlipTemplate'''
* float MapSizeX
+
* [[DataType:float|float]] '''MapSizeX'''
* float MapSizeY
+
* [[DataType:float|float]] '''MapSizeY'''
* bool Radial
+
* [[DataType:bool|bool]] '''Radial'''
* float ZClipping
+
* [[DataType:float|float]] '''ZClipping'''
* bool ShowLabels
+
* [[DataType:bool|bool]] '''ShowLabels'''
* int Blips
+
* [[DataType:int|int]] '''Blips'''
* lguimapblip Blip
+
* [[LavishGUI:lguimapblip (Data Type)|lguimapblip]] '''Blip'''
* lguimapblip Blip[name]
+
* [[LavishGUI:lguimapblip (Data Type)|lguimapblip]] '''Blip['''name''']'''
* lguimapblip NextBlip[name]
+
* [[LavishGUI:lguimapblip (Data Type)|lguimapblip]] '''NextBlip['''name''']'''
  
 
== Methods ==
 
== Methods ==
* AddBlip
+
* '''AddBlip['''name''','''x''','''y''','''z''','''size''','''label''','''template''','''element type''']'''
* SetOrigin
+
* '''SetOrigin['''x''','''y''','''z]'''
* SetRotation
+
* '''SetRotation['''#''']'''
* SetMapSize
+
* '''SetMapSize['''x''','''y]'''
* ClipZ
+
* '''ClipZ'''
* UnclipZ
+
* '''UnclipZ'''
* ToggleZClipping
+
* '''ToggleZClipping'''
* ClipText
+
* '''ClipText'''
* UnclipText
+
* '''UnclipText'''
* ToggleTextClipping
+
* '''ToggleTextClipping'''
* ShowLabels
+
* '''ShowLabels'''
* HideLabels
+
* '''HideLabels'''
* ToggleLabels
+
* '''ToggleLabels'''
* EnableRotation
+
* '''EnableRotation'''
* DisableRotation
+
* '''DisableRotation'''
* ToggleRotation
+
* '''ToggleRotation'''
  
 
== Inherits ==
 
== Inherits ==

Revision as of 22:59, 2 December 2005

Description

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

Members

Methods

  • AddBlip[name,x,y,z,size,label,template,element type]
  • SetOrigin[x,y,z]
  • SetRotation[#]
  • SetMapSize[x,y]
  • ClipZ
  • UnclipZ
  • ToggleZClipping
  • ClipText
  • UnclipText
  • ToggleTextClipping
  • ShowLabels
  • HideLabels
  • ToggleLabels
  • EnableRotation
  • DisableRotation
  • ToggleRotation

Inherits

lguielement

Returns

NULL

Operates on

LGUIMap *

Examples

See Also