Méthode | Description | |
---|---|---|
CharExists ( byte worldID, string name ) : bool | ||
Connect ( ) : bool | ||
CreateChar ( |
||
DatCharacterDB ( string worldName, string dbpath ) : System | ||
DeleteChar ( |
||
DeleteItem ( |
||
DeleteJobLevel ( |
||
DeleteMail ( uint id ) : void | ||
DeleteMapInfo ( |
||
DeleteMarketItem ( |
||
DeleteNpc ( |
||
DeleteQuest ( |
||
DeleteSkill ( |
||
DeleteStorage ( |
||
GetChar ( uint charID ) : |
||
GetCharIDs ( int account_id ) : uint[] | ||
GetCharName ( uint id ) : string | ||
GetMail ( Mail type, string value ) : List |
||
GetMarketItem ( uint id ) : |
||
GetNpc ( string scriptName ) : |
||
NewItem ( |
||
NewJobLevel ( |
||
NewMail ( Mail mail ) : void | ||
NewMapInfo ( |
||
NewQuest ( |
||
NewSkill ( |
||
NewStorage ( |
||
RegisterMarketItem ( |
||
SaveChar ( |
||
SaveMail ( Mail mail ) : void | ||
SaveNpc ( |
||
SearchMarketItem ( MarketSearchOption option, ushort pageindex, object vars ) : List |
||
UpdateItem ( |
||
UpdateJobLevel ( |
||
UpdateMapInfo ( |
||
UpdateQuest ( |
||
UpdateSkill ( |
||
UpdateStorage ( |
||
isConnected ( ) : bool |
Méthode | Description | |
---|---|---|
Load ( ) : void | ||
Save ( ) : void |
public CharExists ( byte worldID, string name ) : bool | ||
worldID | byte | |
name | string | |
Résultat | bool |
public CreateChar ( |
||
aChar | ||
account_id | int | |
Résultat | void |
public DatCharacterDB ( string worldName, string dbpath ) : System | ||
worldName | string | |
dbpath | string | |
Résultat | System |
public DeleteChar ( |
||
aChar | ||
Résultat | void |
public DeleteItem ( |
||
pc | ||
item | Item | |
Résultat | void |
public DeleteJobLevel ( |
||
pc | ||
type | JobType | |
Résultat | void |
public DeleteMapInfo ( |
||
pc | ||
mapID | byte | |
Résultat | void |
public DeleteMarketItem ( |
||
item | ||
Résultat | void |
public DeleteNpc ( |
||
aNpc | ||
Résultat | void |
public DeleteQuest ( |
||
pc | ||
quest | Quest | |
Résultat | void |
public DeleteSkill ( |
||
pc | ||
skill | ||
Résultat | void |
public DeleteStorage ( |
||
pc | ||
item | Item | |
Résultat | void |
public GetChar ( uint charID ) : |
||
charID | uint | |
Résultat |
public GetCharIDs ( int account_id ) : uint[] | ||
account_id | int | |
Résultat | uint[] |
public GetMail ( Mail type, string value ) : List |
||
type | ||
value | string | |
Résultat | List |
public GetMarketItem ( uint id ) : |
||
id | uint | |
Résultat |
public GetNpc ( string scriptName ) : |
||
scriptName | string | |
Résultat |
public NewItem ( |
||
pc | ||
item | Item | |
Résultat | void |
public NewJobLevel ( |
||
pc | ||
type | JobType | |
level | byte | |
Résultat | void |
public NewMapInfo ( |
||
pc | ||
mapID | byte | |
value | byte | |
Résultat | void |
public NewQuest ( |
||
pc | ||
type | Quest | |
quest | Quest | |
Résultat | void |
public NewSkill ( |
||
pc | ||
type | SkillType | |
skill | ||
Résultat | void |
public NewStorage ( |
||
pc | ||
item | Item | |
Résultat | void |
public RegisterMarketItem ( |
||
item | ||
Résultat | void |
public SaveChar ( |
||
aChar | ||
Résultat | void |
public SaveNpc ( |
||
aNpc | ||
Résultat | void |
public SearchMarketItem ( MarketSearchOption option, ushort pageindex, object vars ) : List |
||
option | MarketSearchOption | |
pageindex | ushort | |
vars | object | |
Résultat | List |
public UpdateItem ( |
||
pc | ||
item | Item | |
Résultat | void |
public UpdateJobLevel ( |
||
pc | ||
type | JobType | |
level | byte | |
Résultat | void |
public UpdateMapInfo ( |
||
pc | ||
mapID | byte | |
value | byte | |
Résultat | void |
public UpdateQuest ( |
||
pc | ||
type | Quest | |
quest | Quest | |
Résultat | void |
public UpdateSkill ( |
||
pc | ||
type | SkillType | |
skill | ||
Résultat | void |
public UpdateStorage ( |
||
pc | ||
item | Item | |
Résultat | void |