Property | Type | Description | |
---|---|---|---|
_Action | Vector |
Method | Description | |
---|---|---|
Add ( string name, Vector |
Add a new Bookmark
|
|
Bookmarks ( string world, Action |
Creates a new bookmarks object.
|
|
Remove ( string name ) : void |
Remove an existing bookmark
|
|
Save ( ) : void | ||
ShowForm ( Vector |
Show the form
|
Method | Description | |
---|---|---|
AngleFromName ( string name ) : Vector |
||
Exists ( string name ) : bool | ||
VectorFromName ( string name ) : Vector |
public Add ( string name, Vector |
||
name | string | |
pos | Vector |
|
ang | Vector |
|
return | void |
public Bookmarks ( string world, Action |
||
world | string | |
action | Action |
|
return | System |
public ShowForm ( Vector |
||
pos | Vector |
|
ang | Vector |
|
return | void |