API ReplenishWeapon

From Vendetta Lua
Jump to: navigation, search

ReplenishWeapon

Definition

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

Description

Repairs the ship if itemid is a ship. Not tested on weapon IDs yet. The meaning of x is unknown. 1 seems to work as a value.

See also API_ReplenishAll and API_RepairShip.

Arguments

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