C# 클래스 Prism.IO.ModIdMap

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

공개 메소드들

메소드 설명
GetRef ( UInt32 id, Action cVanilla, Action cMod ) : void
ModIdMap ( int maxVanilla, int>.Func vanillaId, ObjectRef>.Func vanillaRef ) : System
ReadDictionary ( BinBuffer bb ) : void
Register ( ObjectRef obj ) : UInt32
Register ( int vid ) : UInt32
WriteDictionary ( BinBuffer bb ) : void

메소드 상세

GetRef() 공개 메소드

public GetRef ( UInt32 id, Action cVanilla, Action cMod ) : void
id System.UInt32
cVanilla Action
cMod Action
리턴 void

ModIdMap() 공개 메소드

public ModIdMap ( int maxVanilla, int>.Func vanillaId, ObjectRef>.Func vanillaRef ) : System
maxVanilla int
vanillaId int>.Func
vanillaRef ObjectRef>.Func
리턴 System

ReadDictionary() 공개 메소드

public ReadDictionary ( BinBuffer bb ) : void
bb BinBuffer
리턴 void

Register() 공개 메소드

public Register ( ObjectRef obj ) : UInt32
obj ObjectRef
리턴 System.UInt32

Register() 공개 메소드

public Register ( int vid ) : UInt32
vid int
리턴 System.UInt32

WriteDictionary() 공개 메소드

public WriteDictionary ( BinBuffer bb ) : void
bb BinBuffer
리턴 void