<RetVar> = A variable where the requested information is stored as an array.
<RefObj> = A variable containing a sector.
This will return an array of player owned ships that are currently in the as <RefObj> selected sector but aren't docked to any ship or station.
Example:
$sector= get sector from universe index: x=1, y=3
$ship.arr=$sector -> get player owned ship array from sector
return null
This will save all player owned ships that are currently in Argon Prime ( coordinates 1/3 ) and not docked to any ship or station in the array $ship.arr.
Related Commands:
<RetVar> = <RefObj> get player owned station array from sector
<RetVar/IF><RefObj> get owned ships: class/type=<Value>
Command Location:
- »» Universe and Sector Commands
<RetVar> = <RefObj> get player owned ship array from sector