Difference between revisions of "ISKernel:NavPoint (Command)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
NavPoint -list <world>|-set <world> <point name> [X] [Y] [Z]|-remove <world> <point name>|-[dis]connect <world> <from point> <to point> | NavPoint -list <world>|-set <world> <point name> [X] [Y] [Z]|-remove <world> <point name>|-[dis]connect <world> <from point> <to point> | ||
− | == | + | == Forms == |
+ | *NavPoint -list <world> - lists all navpoints in <world> | ||
+ | *NavPoint -set <world> <point name> [X] [Y] [Z] - creates a navpoint in world at X,Y,Z coordinates with <point name> | ||
+ | *NavPoint -remove <world> <point name> - deletes <point name> from <world> | ||
+ | *NavPoint -connect <world> <from point> <to point> - creates a connection from <from point> to <to point> in <world> | ||
+ | *NavPoint -disconnect <world> <from point> <to point> - removes a connection from <from point> to <to point> in <world> | ||
== Examples == | == Examples == |
Revision as of 19:01, 25 August 2005
Contents
Syntax
NavPoint -list <world>|-set <world> <point name> [X] [Y] [Z]|-remove <world> <point name>|-[dis]connect <world> <from point> <to point>
Forms
- NavPoint -list <world> - lists all navpoints in <world>
- NavPoint -set <world> <point name> [X] [Y] [Z] - creates a navpoint in world at X,Y,Z coordinates with <point name>
- NavPoint -remove <world> <point name> - deletes <point name> from <world>
- NavPoint -connect <world> <from point> <to point> - creates a connection from <from point> to <to point> in <world>
- NavPoint -disconnect <world> <from point> <to point> - removes a connection from <from point> to <to point> in <world>