ISInterface:NavigationSetPoint3f

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool NavigationSetPoint3f(char *World, char *Name, POINT3F &Pt)

Purpose

Set a given points POINT3F data

Usage

Parameters

  • char *World
[in] Name of the world the point is in
  • char *Name
[in] Name of the point to set
  • POINT3F &Pt
[in] POINT3F variable to use to set the given points data

Return Value

  • bool
Returns true on success, false on failure

Examples

  • NavigationSetPoint3f("Earth","Start_Point",TempPoint);

See Also