Property | Type | Description | |
---|---|---|---|
CreatureSpawnUpdates | CreatureSpawnUpdateStore | ||
CreatureSpawns | |||
CreatureUpdates | CreatureUpdateStore | ||
Creatures | |||
Format | SqlFormat | ||
GameObjectSpawnUpdates | GameObjectSpawnUpdateStore | ||
GameObjectSpawns | |||
GameObjectUpdates | GameObjectUpdateStore | ||
GameObjects | |||
Items | |||
NpcTexts | |||
PageTexts | |||
QuestPoiPoints | |||
QuestPois | |||
Quests | |||
StartActions | |||
StartPositions | |||
StartSpells | |||
TrainerSpells | |||
VendorItems | VendorItemStore |
Method | Description | |
---|---|---|
Initialize ( string file, string format ) : void | ||
WriteData ( string sql ) : void | ||
WriteToFile ( ) : void |
Method | Description | |
---|---|---|
Flush ( ) : void |
public static Initialize ( string file, string format ) : void | ||
file | string | |
format | string | |
return | void |
public static WriteData ( string sql ) : void | ||
sql | string | |
return | void |
public static CreatureSpawnUpdateStore,AriDEVParser.SQLOutput CreatureSpawnUpdates | ||
return | CreatureSpawnUpdateStore |
public static CreatureSpawnStore,AriDEVParser.SQLOutput CreatureSpawns | ||
return |
public static CreatureUpdateStore,AriDEVParser.SQLOutput CreatureUpdates | ||
return | CreatureUpdateStore |
public static CreatureStore,AriDEVParser.SQLOutput Creatures | ||
return |
public static GameObjectSpawnUpdateStore,AriDEVParser.SQLOutput GameObjectSpawnUpdates | ||
return | GameObjectSpawnUpdateStore |
public static GameObjectSpawnStore,AriDEVParser.SQLOutput GameObjectSpawns | ||
return |
public static GameObjectUpdateStore,AriDEVParser.SQLOutput GameObjectUpdates | ||
return | GameObjectUpdateStore |
public static GameObjectStore,AriDEVParser.SQLOutput GameObjects | ||
return |
public static ItemStore,AriDEVParser.SQLOutput Items | ||
return |
public static NpcTextStore,AriDEVParser.SQLOutput NpcTexts | ||
return |
public static PageTextStore,AriDEVParser.SQLOutput PageTexts | ||
return |
public static QuestPoiPointStore,AriDEVParser.SQLOutput QuestPoiPoints | ||
return |
public static QuestPoiStore,AriDEVParser.SQLOutput QuestPois | ||
return |
public static QuestStore,AriDEVParser.SQLOutput Quests | ||
return |
public static StartActionStore,AriDEVParser.SQLOutput StartActions | ||
return |
public static StartPositionStore,AriDEVParser.SQLOutput StartPositions | ||
return |
public static StartSpellStore,AriDEVParser.SQLOutput StartSpells | ||
return |
public static TrainerSpellStore,AriDEVParser.SQLOutput TrainerSpells | ||
return |