C# 클래스 OpenRA.Mods.Common.Traits.Voiced

상속: IVoiced
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Info VoicedInfo

공개 메소드들

메소드 설명
HasVoice ( Actor self, string voice ) : bool
PlayVoice ( Actor self, string phrase, string variant ) : bool
PlayVoiceLocal ( Actor self, string phrase, string variant, float volume ) : bool
Voiced ( Actor self, VoicedInfo info ) : OpenRA.Traits

메소드 상세

HasVoice() 공개 메소드

public HasVoice ( Actor self, string voice ) : bool
self Actor
voice string
리턴 bool

PlayVoice() 공개 메소드

public PlayVoice ( Actor self, string phrase, string variant ) : bool
self Actor
phrase string
variant string
리턴 bool

PlayVoiceLocal() 공개 메소드

public PlayVoiceLocal ( Actor self, string phrase, string variant, float volume ) : bool
self Actor
phrase string
variant string
volume float
리턴 bool

Voiced() 공개 메소드

public Voiced ( Actor self, VoicedInfo info ) : OpenRA.Traits
self Actor
info VoicedInfo
리턴 OpenRA.Traits

프로퍼티 상세

Info 공개적으로 프로퍼티

public VoicedInfo,OpenRA.Mods.Common.Traits Info
리턴 VoicedInfo