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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 13: Line 13:
 
*[[DataType:bool|bool]] '''InheritedAvoid''':
 
*[[DataType:bool|bool]] '''InheritedAvoid''':
 
*[[DataType:bool|bool]] '''AnyAvoid''':
 
*[[DataType:bool|bool]] '''AnyAvoid''':
 +
:This returns (Avoid OR InheritedAvoid)
 
*[[DataType:bool|bool]] '''AllPointsValid''':
 
*[[DataType:bool|bool]] '''AllPointsValid''':
 
*[[DataType:string|string]] '''Type''':
 
*[[DataType:string|string]] '''Type''':

Revision as of 01:29, 7 March 2006

Description

Members

This returns (Avoid OR InheritedAvoid)
  • bool AllPointsValid:
  • string Type:
  • string Custom[name]:
  • ... AddChild[...]:
  • ... FindRegion:
  • 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