Functions Documentation |
|
Name |
sysGetObjectByName |
Syntax |
(sysGetObjectByName spaceObject string) |
Argument List |
spaceObject: A space object in the same system as the thing you are looking for.
string: The name of the space object you are looking for. |
Returns |
spaceObject: A space object with the given name, if nothing is found returns Nil. |
Category |
system, spaceobject
|
Description |
Finds and returns a space object from a given name. |
Example |
|
Comment |
Useful for finding stations with a given name such as outbound stargates and arena walls. |