C# Класс Terraria.ModLoader.IO.WorldIO

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
customDataFail Terraria.ModLoader.Exceptions.CustomModDataException

Открытые методы

Метод Описание
ReceiveModData ( BinaryReader reader ) : void
SendModData ( BinaryWriter writer ) : void

Приватные методы

Метод Описание
EraseWorld ( string path, bool cloudSave ) : void
Load ( string path, bool isCloudSave ) : void
LoadAnglerQuest ( TagCompound tag ) : void
LoadBackup ( string path, bool cloudSave ) : void
LoadChests ( IList list ) : void
LoadDedServBackup ( string path, bool cloudSave ) : void
LoadLegacy ( byte buffer ) : void
LoadLegacyAnglerQuest ( BinaryReader reader ) : void
LoadLegacyChest ( BinaryReader reader ) : void
LoadLegacyChests ( BinaryReader reader ) : void
LoadLegacyModData ( BinaryReader reader ) : void
LoadLegacyModWorld ( byte flags, BinaryReader reader ) : void
LoadLegacyNPCKillCounts ( BinaryReader reader ) : void
LoadModData ( IList list ) : void
LoadNPCKillCounts ( IList list ) : void
MoveToCloud ( string localPath, string cloudPath ) : void
MoveToLocal ( string cloudPath, string localPath ) : void
RevertDedServBackup ( string path, bool cloudSave ) : void
Save ( string path, bool isCloudSave ) : void
SaveAnglerQuest ( ) : TagCompound
SaveChests ( ) : List
SaveModData ( ) : List
SaveNPCKillCounts ( ) : List

Описание методов

ReceiveModData() публичный статический Метод

public static ReceiveModData ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Результат void

SendModData() публичный статический Метод

public static SendModData ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Результат void

Описание свойств

customDataFail публичное статическое свойство

public static CustomModDataException,Terraria.ModLoader.Exceptions customDataFail
Результат Terraria.ModLoader.Exceptions.CustomModDataException