Method | Description | |
---|---|---|
CheckSellOrder ( long shipId ) : decimal | ||
CreateSellOrder ( long sellerId, ulong sellerSid, long shipId, decimal price ) : void | ||
GetOwner ( long shipId ) : ulong | ||
GetOwnerId ( long shipId ) : decimal | ||
Remove ( long shipId, ulong sellerId ) : bool |
public static CheckSellOrder ( long shipId ) : decimal | ||
shipId | long | |
return | decimal |
public static CreateSellOrder ( long sellerId, ulong sellerSid, long shipId, decimal price ) : void | ||
sellerId | long | |
sellerSid | ulong | |
shipId | long | |
price | decimal | |
return | void |
public static GetOwner ( long shipId ) : ulong | ||
shipId | long | |
return | ulong |
public static GetOwnerId ( long shipId ) : decimal | ||
shipId | long | |
return | decimal |
public static Remove ( long shipId, ulong sellerId ) : bool | ||
shipId | long | |
sellerId | ulong | |
return | bool |