Discuss this page on this page's Talk Page

sysGetObjectByName

See sysGetObjectByName at Xelerus

Syntax (sysGetObjectByName spaceObject string)
Arguments 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 spaceObject, system
Description Finds and returns a space object from a given name.

Example

TODO

Return to Functions list