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

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Members ==
 
== Members ==
* Font
+
* [[LavishGUI:lguifont (Data Type)|lguifont]] '''Font''': The font used by this blip
* Location
+
* [[DataType:point3f|point3f]] '''Location''': The current coordinates for this blip
* Custom
+
* [[DataType:string|string]] '''Custom''': Custom internal text
* Label
+
* [[DataType:string|string]] '''Label''': Text to display if labels are enabled on the map
  
 
== Methods ==
 
== Methods ==
* SetLabel
+
* '''SetLabel['''text''']''': Sets the text to display if labels are enabled on the map
* SetCustom
+
* '''SetCustom['''text''']''': Sets custom internal text
  
 
== Inherits ==
 
== Inherits ==

Revision as of 22:51, 2 December 2005

Description

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

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