Difference between revisions of "LavishGUI:lguimapblip (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 blip elements.  
+
This data type provides and controls data for [[LavishGUI:mapblip_%28Element_Type%29|mapblip (Element Type)]].  
  
 
== Members ==
 
== Members ==
Line 25: Line 25:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:mapblip_%28Element_Type%29|mapblip (Element Type)]]
 +
* [[LavishGUI:lguimap (Data Type)]]
 
* [[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:18, 15 December 2005

Description

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

Members

  • lguifont Font: The font used by this blip
  • point3f Location: The current coordinates for this blip
  • string Custom: Custom internal text
  • string Label: Text to display if labels are enabled on the map

Methods

  • SetLabel[text]: Sets the text to display if labels are enabled on the map
  • SetCustom[text]: Sets custom internal text

Inherits

lguiframe

Returns

Same as Label, if any, otherwise same as lguielement.Name

Operates on

LGUIMapBlip *

Examples

See Also