Difference between revisions of "AddNavigPoint"

From NexusWiki
Jump to: navigation, search
(Created page with ''''AddNavigPoint'''(name, x,y,z, r,g,b); '''AddNavigPoint'''(name, x,y,z, r,g,b, race); It creates a navigation point, and returns the identifier of the created object. The obj...')
 
 
Line 2: Line 2:
  
 
'''AddNavigPoint'''(name, x,y,z, r,g,b, race);
 
'''AddNavigPoint'''(name, x,y,z, r,g,b, race);
 +
  
 
It creates a navigation point, and returns the identifier of the created object. The object is ship type, but without any functions. Its shipclass is 0 (Navigation Point). But you can see its position, it appears in the shiplist (with the given color), you can give closing on it. It can be deleted by the DeleteShip command. IF ’race’ is given, only the ’race’ can see the navigation point. ’name’ can be localized too.
 
It creates a navigation point, and returns the identifier of the created object. The object is ship type, but without any functions. Its shipclass is 0 (Navigation Point). But you can see its position, it appears in the shiplist (with the given color), you can give closing on it. It can be deleted by the DeleteShip command. IF ’race’ is given, only the ’race’ can see the navigation point. ’name’ can be localized too.

Latest revision as of 07:35, 19 June 2009

AddNavigPoint(name, x,y,z, r,g,b);

AddNavigPoint(name, x,y,z, r,g,b, race);


It creates a navigation point, and returns the identifier of the created object. The object is ship type, but without any functions. Its shipclass is 0 (Navigation Point). But you can see its position, it appears in the shiplist (with the given color), you can give closing on it. It can be deleted by the DeleteShip command. IF ’race’ is given, only the ’race’ can see the navigation point. ’name’ can be localized too.