메소드 | 설명 | |
---|---|---|
GetAuctionIDsMatching ( string String ) : ulong[] | ||
GetAuctionsMatching ( string String ) : AuctionEntry[] | ||
GetItemInstance ( ulong ID ) : ItemInstance, | ||
GetUser ( ulong Data ) : UserData, | ||
NextAuctionID ( bool Increment = false ) : ulong | ||
NextUserID ( bool Increment = false ) : ulong | ||
UserCanAfford ( ulong User, uint Amount ) : bool | ||
UserCharge ( ulong User, uint Amount, bool Check = false ) : bool |
메소드 | 설명 | |
---|---|---|
API ( ) : System | ||
AuctionCheck ( ) : void |
public static GetAuctionIDsMatching ( string String ) : ulong[] | ||
String | string | |
리턴 | ulong[] |
public static GetAuctionsMatching ( string String ) : AuctionEntry[] | ||
String | string | |
리턴 | AuctionEntry[] |
public static GetItemInstance ( ulong ID ) : ItemInstance, | ||
ID | ulong | |
리턴 | ItemInstance, |
public static NextAuctionID ( bool Increment = false ) : ulong | ||
Increment | bool | |
리턴 | ulong |
public static NextUserID ( bool Increment = false ) : ulong | ||
Increment | bool | |
리턴 | ulong |
public static UserCanAfford ( ulong User, uint Amount ) : bool | ||
User | ulong | |
Amount | uint | |
리턴 | bool |
public static UserCharge ( ulong User, uint Amount, bool Check = false ) : bool | ||
User | ulong | |
Amount | uint | |
Check | bool | |
리턴 | bool |