C# Class Economy.scripts.EconConfig.ShipManager

Mostrar archivo Open project: jpcsupplies/Economy_mod

Public Methods

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

Method Details

CheckSellOrder() public static method

public static CheckSellOrder ( long shipId ) : decimal
shipId long
return decimal

CreateSellOrder() public static method

public static CreateSellOrder ( long sellerId, ulong sellerSid, long shipId, decimal price ) : void
sellerId long
sellerSid ulong
shipId long
price decimal
return void

GetOwner() public static method

public static GetOwner ( long shipId ) : ulong
shipId long
return ulong

GetOwnerId() public static method

public static GetOwnerId ( long shipId ) : decimal
shipId long
return decimal

Remove() public static method

public static Remove ( long shipId, ulong sellerId ) : bool
shipId long
sellerId ulong
return bool