Difference between revisions of "LavishNav:lnavregion (Object Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
*[[DataType:string|string]] '''Type''':
 
*[[DataType:string|string]] '''Type''':
 
*[[DataType:string|string]] '''Custom['''name''']''':
 
*[[DataType:string|string]] '''Custom['''name''']''':
*... '''AddChild[...]''':
+
*... '''AddChild['''type''','''name''','''...''']''':
 
*... '''FindRegion['''search''']''': Finds a region with a relative [[LavishNav:Region Name Search|Region Name Search]]
 
*... '''FindRegion['''search''']''': Finds a region with a relative [[LavishNav:Region Name Search|Region Name Search]]
 
*point3f '''NearestPoint''':
 
*point3f '''NearestPoint''':

Revision as of 16:57, 12 March 2006

Description

Members

This returns (Avoid OR InheritedAvoid)
  • bool AllPointsValid:
  • string Type:
  • string Custom[name]:
  • ... AddChild[type,name,...]:
  • ... FindRegion[search]: Finds a region with a relative Region Name Search
  • point3f NearestPoint:
  • point3f CenterPoint:

Methods

  • Clear: Resets the region such that it will contain no child regions
  • Import[filename]: Imports a LavishNav XML file as children of this region
  • Remove: Removes the region
  • Connect: not yet implemented
  • Disconnect: not yet implemented
  • SetCustom[name,text]: Creates a custom data point
  • UnsetCustom[name]: Removes a custom data point
  • SetAllPointsValid[value]: Sets the "All points valid" flag
  • SetUnique[value]: Sets the unique flag
  • SetAvoid[value]: Sets the avoid flag

Inherits

none

Returns

NULL

Examples

See Also