Project

General

Profile

Bug #1358

Ship Value.Name gives UnknownLocation

Added by rogeruk about 9 years ago. Updated almost 9 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
vbulletin_issue_id:

Description

 
 

    Me:GetHangarShips[MyCargo]
    echo "Hangar contains ${MyCargo.Used} Items"

    MyCargo:GetIterator[CargoIterator]
    if ${CargoIterator:First(exists)}
    {
        do
        {
           xname:Set[${CargoIterator.Value.Name}]
           echo Item: ${xname}
           }
    }

Using Me:GetHangarItems[MyCargo]
Items give:
Item: Tengu Electronics - Emergent Locus Analyzer

Using Me:GetHangarShips[MyCargo]
However ships give:
Item: UnknownLocation(1017427470887)

Might be a simple fix to get the item name correctly?.

 
#1

Updated by Zamu almost 9 years ago

I still see this issue in release 20150707.0003

#2

Updated by Amadeus almost 9 years ago

  • Status changed from New to Implemented

Fixed in version 20150707.0004

Also available in: Atom PDF