C# Class FSO.HIT.HITVM

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
Get ( ) : HITVM
HITVM ( ) : System
Init ( ) : void
PlayFSC ( string path ) : FSCPlayer
PlaySoundEvent ( string evt ) : HITSound
ReadGlobal ( int num ) : int
StopFSC ( FSCPlayer input ) : void
Tick ( ) : void
WriteGlobal ( int num, int value ) : void

Private Methods

Method Description
LoadHitGroup ( string HITPath, string EVTPath, string HSMPath ) : HITResourceGroup
RegisterEvents ( HITResourceGroup group ) : void

Method Details

Get() public static method

public static Get ( ) : HITVM
return HITVM

HITVM() public method

public HITVM ( ) : System
return System

Init() public static method

public static Init ( ) : void
return void

PlayFSC() public method

public PlayFSC ( string path ) : FSCPlayer
path string
return FSCPlayer

PlaySoundEvent() public method

public PlaySoundEvent ( string evt ) : HITSound
evt string
return HITSound

ReadGlobal() public method

public ReadGlobal ( int num ) : int
num int
return int

StopFSC() public method

public StopFSC ( FSCPlayer input ) : void
input FSCPlayer
return void

Tick() public method

public Tick ( ) : void
return void

WriteGlobal() public method

public WriteGlobal ( int num, int value ) : void
num int
value int
return void