ISInterface:NavigationRemoveConnection

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • void NavigationRemoveConnection(char *World, char *From, char *To)

Purpose

To remove a connection from point A to point B in a world

Usage

Parameters

  • char *World
[in] Name of the world the points are in
  • char *From
[in] Name of the point to remove the connection from (point A)
  • char *To
[in] Name of the point to remove the connection from (point B)

Examples

  • pISInterface->NavigationRemoveConnection("TestWorld","Point_1","Point_2");

See Also