C# Class SerahToolkit_SharpGL.FF8_Core.PlayMovie

Show file Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Public Properties

Property Type Description
_mClips MovieClip[]
bSuccess bool
nClips int
path string

Public Methods

Method Description
PlayMovie ( string path ) : System
Read ( ) : void

Private Methods

Method Description
BuildPath ( byte MovieID ) : string

Method Details

PlayMovie() public method

public PlayMovie ( string path ) : System
path string
return System

Read() public method

public Read ( ) : void
return void

Property Details

_mClips public property

public MovieClip[] _mClips
return MovieClip[]

bSuccess public static property

public static bool bSuccess
return bool

nClips public property

public int nClips
return int

path public property

public string path
return string