Difference between revisions of "ISInterface:NavigationRemovePoint"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
===Syntax===
 
===Syntax===
 
+
*void NavigationRemovePoint(char *World, char *Name)
 
== Purpose ==
 
== Purpose ==
 
+
Remove a point from a navigation world
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
*char *World
=== Return Value ===
+
:'''[in]'''Name of the world the point is in
 
+
*char *Name
 +
:'''[in]'''Name of the point to remove
 
== Examples ==
 
== Examples ==
 
+
*NavigationRemovePoint("Earth","Worlds_End");
  
 
== See Also ==
 
== See Also ==

Latest revision as of 03:33, 3 September 2005

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