Bug #1358
Ship Value.Name gives UnknownLocation
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?.
Updated by Amadeus over 9 years ago
- Status changed from New to Implemented
Fixed in version 20150707.0004