C# 클래스 FSO.SimAntics.Engine.TSOGlobalLink.VMTSOStandaloneDatabase

상속: VMSerializable
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Administrators HashSet
CURRENT_VERSION int
IpNameToPersist uint>.Dictionary
PluginStorage Dictionary>
TakenAvatarPersist HashSet
Version int

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
FindOrAddAvatar ( string idString ) : uint
LoadPluginPersist ( uint obj, uint plugin ) : byte[]
Save ( ) : void
SavePluginPersist ( uint obj, uint plugin, byte data ) : void
SerializeInto ( BinaryWriter writer ) : void
VMTSOStandaloneDatabase ( ) : System

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

FindOrAddAvatar() 공개 메소드

public FindOrAddAvatar ( string idString ) : uint
idString string
리턴 uint

LoadPluginPersist() 공개 메소드

public LoadPluginPersist ( uint obj, uint plugin ) : byte[]
obj uint
plugin uint
리턴 byte[]

Save() 공개 메소드

public Save ( ) : void
리턴 void

SavePluginPersist() 공개 메소드

public SavePluginPersist ( uint obj, uint plugin, byte data ) : void
obj uint
plugin uint
data byte
리턴 void

SerializeInto() 공개 메소드

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

VMTSOStandaloneDatabase() 공개 메소드

public VMTSOStandaloneDatabase ( ) : System
리턴 System

프로퍼티 상세

Administrators 공개적으로 프로퍼티

public HashSet Administrators
리턴 HashSet

CURRENT_VERSION 공개적으로 정적으로 프로퍼티

public static int CURRENT_VERSION
리턴 int

IpNameToPersist 공개적으로 프로퍼티

public Dictionary IpNameToPersist
리턴 uint>.Dictionary

PluginStorage 공개적으로 프로퍼티

public Dictionary> PluginStorage
리턴 Dictionary>

TakenAvatarPersist 공개적으로 프로퍼티

public HashSet TakenAvatarPersist
리턴 HashSet

Version 공개적으로 프로퍼티

public int Version
리턴 int