ISInterface:NavigationRemovePoint

From Lavish Software Wiki
Revision as of 03:33, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
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