C# 클래스 Gammtek.Conduit.MassEffect3.SFXGame.QuestMap.BinaryBioQuestMap

상속: BioQuestMap
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
BinaryBioQuestMap ( BioQuest>.IDictionary quests = null, BioStateTaskList>.IDictionary taskEvals = null, BioStateTaskList>.IDictionary intTaskEvals = null, BioStateTaskList>.IDictionary floatTaskEvals = null ) : System
Load ( Stream stream ) : BioQuestMap
Load ( string path ) : BioQuestMap
Save ( Stream stream ) : void
Save ( string path ) : void

메소드 상세

BinaryBioQuestMap() 공개 메소드

public BinaryBioQuestMap ( BioQuest>.IDictionary quests = null, BioStateTaskList>.IDictionary taskEvals = null, BioStateTaskList>.IDictionary intTaskEvals = null, BioStateTaskList>.IDictionary floatTaskEvals = null ) : System
quests BioQuest>.IDictionary
taskEvals BioStateTaskList>.IDictionary
intTaskEvals BioStateTaskList>.IDictionary
floatTaskEvals BioStateTaskList>.IDictionary
리턴 System

Load() 공개 정적인 메소드

public static Load ( Stream stream ) : BioQuestMap
stream Stream
리턴 BioQuestMap

Load() 공개 정적인 메소드

public static Load ( string path ) : BioQuestMap
path string
리턴 BioQuestMap

Save() 공개 메소드

public Save ( Stream stream ) : void
stream Stream
리턴 void

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void