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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
This data type provides and controls data for LavishGUI map elements.  
+
This data type provides and controls data for [[LavishGUI:map_%28Element_Type%29|map (Element Type)]].  
 
== Members ==
 
== Members ==
 
* [[DataType:point3f|point3f]] '''Origin'''
 
* [[DataType:point3f|point3f]] '''Origin'''
Line 47: Line 47:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:map_%28Element_Type%29|map (Element Type)]]
 +
* [[LavishGUI:lguimapblip_%28Data_Type%29]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
  
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Latest revision as of 23:15, 15 December 2005

Description

This data type provides and controls data for map (Element Type).

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