Functions Documentation |
|
Name |
unvUNID |
Syntax |
(unvUNID string) |
Argument List |
string: Part of the name of the item or ship you want. |
Returns |
list: A list that has a random item or ship that matches part of the name. The list looks like if a ship (UNID 'shipclass name) and if a item (UNID 'itemtype name) |
Category |
random, system, unid
|
Description |
Finds a random ship or item that matches the name you passed in. Returns its UNID in a list with some other information. |
Example |
|
Comment |
Like itmCreateByName but with both ships and items. It doesn't create the ship or item. |