메소드 | 설명 | |
---|---|---|
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 | |
리턴 | decimal |
public static CreateSellOrder ( long sellerId, ulong sellerSid, long shipId, decimal price ) : void | ||
sellerId | long | |
sellerSid | ulong | |
shipId | long | |
price | decimal | |
리턴 | void |
public static Remove ( long shipId, ulong sellerId ) : bool | ||
shipId | long | |
sellerId | ulong | |
리턴 | bool |