C# Class GenieLib.SLPFile

Exibir arquivo Open project: HandsomeMatt/OpenEmpires Class Usage Examples

Public Properties

Property Type Description
m_Comment string
m_FileName string
m_Frames List
m_Loaded bool
m_NumFrames uint
m_Version string

Public Methods

Method Description
GetFrame ( int frame ) : SLPFrame
LoadFile ( string sFileName ) : void

Private Methods

Method Description
ReadHeader ( ) : void

Method Details

GetFrame() public method

public GetFrame ( int frame ) : SLPFrame
frame int
return SLPFrame

LoadFile() public method

public LoadFile ( string sFileName ) : void
sFileName string
return void

Property Details

m_Comment public_oe property

public string m_Comment
return string

m_FileName public_oe property

public string m_FileName
return string

m_Frames public_oe property

public List m_Frames
return List

m_Loaded public_oe property

public bool m_Loaded
return bool

m_NumFrames public_oe property

public uint m_NumFrames
return uint

m_Version public_oe property

public string m_Version
return string