C# 클래스 Files.AudioLogic.HitVM

파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Events RegisteredEvent>.Dictionary
IsInitialized bool

Private Properties

프로퍼티 타입 설명
RegisterEvent void

공개 메소드들

메소드 설명
GetGlobalVar ( int Location ) : int

Reads a global variable.

HitVM ( string StartupDir ) : System
KillTrack ( uint TrackID ) : void

Kills a track with the given ID.

PlayEvent ( string Event ) : void

Plays a track for a registered event.

PlayTrack ( uint TrackID ) : void

Starts playing a track with the given ID.

SetGlobalVar ( int Location, int Value ) : void

Sets a global variable to a value.

Step ( ) : void

Runs one instruction for each track that is currently playing.

비공개 메소드들

메소드 설명
RegisterEvent ( HitResourcegroup RscGroup ) : void

Registers all the events in a resource group.

메소드 상세

GetGlobalVar() 공개 정적인 메소드

Reads a global variable.
public static GetGlobalVar ( int Location ) : int
Location int The location to read from.
리턴 int

HitVM() 공개 메소드

public HitVM ( string StartupDir ) : System
StartupDir string
리턴 System

KillTrack() 공개 정적인 메소드

Kills a track with the given ID.
public static KillTrack ( uint TrackID ) : void
TrackID uint ID of the track to kill.
리턴 void

PlayEvent() 공개 정적인 메소드

Plays a track for a registered event.
public static PlayEvent ( string Event ) : void
Event string The name of the registered event to play.
리턴 void

PlayTrack() 공개 정적인 메소드

Starts playing a track with the given ID.
public static PlayTrack ( uint TrackID ) : void
TrackID uint ID of the track to play.
리턴 void

SetGlobalVar() 공개 정적인 메소드

Sets a global variable to a value.
public static SetGlobalVar ( int Location, int Value ) : void
Location int The location of the global variable to set.
Value int The value to set the variable to.
리턴 void

Step() 공개 정적인 메소드

Runs one instruction for each track that is currently playing.
public static Step ( ) : void
리턴 void

프로퍼티 상세

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

All playable events registered by the VM.
public static Dictionary Events
리턴 RegisteredEvent>.Dictionary

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

public static bool IsInitialized
리턴 bool