Difference between revisions of "API DisconnectAddon"

From Vendetta Lua
Jump to: navigation, search
(split)
(No difference)

Revision as of 21:58, 25 January 2009

DisconnectAddon

Definition:
DisconnectAddon(int itemid) -> bool ret1
Description:
detaches the addon itemid and stores it in the station
Note: detached items will likely have a different itemid in the station
Arguments:
itemid id of the item to detach
Returns:
ret1 returns true if the player is docked and has an active ship otherwise nil
Example:

DisconnectAddon(123) -> true

remove the item 123 from the active ship while the player is docked to a station