C# 클래스 Terraria.ModLoader.IO.WorldIO

파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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