C# Class Economy.scripts.EconConfig.ShipManager

Afficher le fichier Open project: jpcsupplies/Economy_mod

Méthodes publiques

Méthode 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 méthode

public static CheckSellOrder ( long shipId ) : decimal
shipId long
Résultat decimal

CreateSellOrder() public static méthode

public static CreateSellOrder ( long sellerId, ulong sellerSid, long shipId, decimal price ) : void
sellerId long
sellerSid ulong
shipId long
price decimal
Résultat void

GetOwner() public static méthode

public static GetOwner ( long shipId ) : ulong
shipId long
Résultat ulong

GetOwnerId() public static méthode

public static GetOwnerId ( long shipId ) : decimal
shipId long
Résultat decimal

Remove() public static méthode

public static Remove ( long shipId, ulong sellerId ) : bool
shipId long
sellerId ulong
Résultat bool