Difference between revisions of "API GetLastShipLoadout"

From Vendetta Lua
Jump to: navigation, search
(split)
 
 
Line 1: Line 1:
 
=== GetLastShipLoadout ===
 
=== GetLastShipLoadout ===
 
'''Definition:'''
 
'''Definition:'''
GetLastShipLoadout() -> {groups = {1 = group1 .. 18 = group18}, int ship, ports= {1 = port1 ..}, int shipcolor}
+
GetLastShipLoadout() -> {groups = {1 = group1 .. 18 = group18}, int ship, ports= {1 = port1 ..}, int shipcolor, int overlayindex}
 
<br>
 
<br>
 
'''Description:'''<br>
 
'''Description:'''<br>
Line 7: Line 7:
 
<br>
 
<br>
 
'''Returns:'''<br>
 
'''Returns:'''<br>
''groups'' table containing the weapon group setup
+
''groups'' table containing the weapon group setup<br>
''group?'' group information. array indices correspondent to ports, is the value of an index set to true the port is enabled
+
''group?'' group information. array indices correspondent to ports, is the value of an index set to true the port is enabled<br>
''ship'' type of ship
+
''ship'' type of ship<br>
''ports'' array indices correspondent to ports, value of index is the type of addon
+
''ports'' array indices correspondent to ports, value of index is the type of addon<br>
''shipcolor'' ship color 1-255(?)
+
''shipcolor'' ship color 0-255<br>
 +
''overlayindex'' ship livery
 
<br>
 
<br>

Latest revision as of 06:54, 22 January 2016

GetLastShipLoadout

Definition: GetLastShipLoadout() -> {groups = {1 = group1 .. 18 = group18}, int ship, ports= {1 = port1 ..}, int shipcolor, int overlayindex}
Description:
get last ship loadout, color and weapon groups. this function only works in space
Returns:
groups table containing the weapon group setup
group? group information. array indices correspondent to ports, is the value of an index set to true the port is enabled
ship type of ship
ports array indices correspondent to ports, value of index is the type of addon
shipcolor ship color 0-255
overlayindex ship livery