ISInterface:NavigationRemovePoint

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • void NavigationRemovePoint(char *World, char *Name)

Purpose

Remove a point from a navigation world

Usage

Parameters

  • char *World
[in]Name of the world the point is in
  • char *Name
[in]Name of the point to remove

Examples

  • NavigationRemovePoint("Earth","Worlds_End");

See Also