API RepairShip: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
split
 
ArielF (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== RepairShip ===
=== RepairShip ===
'''Definition:'''
==== Definition ====
RepairShip() -> ??
RepairShip(int itemid, int x, func cb) -> nil
<br>
 
'''Description:'''<br>
==== Description ====
not tested
Repairs the ship itemid in the station. Tested with active ship id. The cb is a callback function which is called after the ship is repaired.
<br>
 
x is unknown, but a value of 1 seems to work.
 
See also [[API_ReplenishWeapon]] and [[API_ReplenishAll]].
 
==== Arguments ====
* ''itemid'' [[itemid]] of ship
* ''x'' unknown, number 1 seems to work
* ''cb'' function to be called once the transaction is complete
 
 
[[Category:Functions]]

Latest revision as of 22:28, 16 June 2009

RepairShip

Definition

RepairShip(int itemid, int x, func cb) -> nil

Description

Repairs the ship itemid in the station. Tested with active ship id. The cb is a callback function which is called after the ship is repaired.

x is unknown, but a value of 1 seems to work.

See also API_ReplenishWeapon and API_ReplenishAll.

Arguments

  • itemid itemid of ship
  • x unknown, number 1 seems to work
  • cb function to be called once the transaction is complete