LavishNav:lnavregion (Object Type)

From Lavish Software Wiki
Jump to navigation Jump to search

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