Third Person Cover Shooter
1.6
|
Plays various sounds on AI events. More...
Public Member Functions | |
void | OnAlerted () |
Plays the alert sound. More... | |
void | OnScared () |
Plays the fear sound. More... | |
void | OnBackupCall () |
Plays the backup call sound. More... | |
void | OnCopCall () |
Plays the cop call sound. More... | |
void | OnCoverSwitch () |
Plays the cover switch sound. More... | |
void | OnAssaultStart () |
Plays the assault sound. More... | |
Public Attributes | |
AudioClip [] | Alert |
Possible sounds to play when the AI becomes alerted. More... | |
AudioClip [] | Fear |
Possible sounds to play when the AI becomes scared. More... | |
AudioClip [] | CopCall |
Possible sounds to play when the AI calls for cops. More... | |
AudioClip [] | BackupCall |
Possible sounds to play when the AI calls for backup. More... | |
AudioClip [] | CoverSwitch |
Possible sounds to play when the AI decides to switch a cover. More... | |
AudioClip [] | Assault |
Possible sounds to play when the AI begins an assault. More... | |
Plays various sounds on AI events.
void CoverShooter.AISounds.OnAlerted | ( | ) |
Plays the alert sound.
void CoverShooter.AISounds.OnAssaultStart | ( | ) |
Plays the assault sound.
void CoverShooter.AISounds.OnBackupCall | ( | ) |
Plays the backup call sound.
void CoverShooter.AISounds.OnCopCall | ( | ) |
Plays the cop call sound.
void CoverShooter.AISounds.OnCoverSwitch | ( | ) |
Plays the cover switch sound.
void CoverShooter.AISounds.OnScared | ( | ) |
Plays the fear sound.
AudioClip [] CoverShooter.AISounds.Alert |
Possible sounds to play when the AI becomes alerted.
AudioClip [] CoverShooter.AISounds.Assault |
Possible sounds to play when the AI begins an assault.
AudioClip [] CoverShooter.AISounds.BackupCall |
Possible sounds to play when the AI calls for backup.
AudioClip [] CoverShooter.AISounds.CopCall |
Possible sounds to play when the AI calls for cops.
AudioClip [] CoverShooter.AISounds.CoverSwitch |
Possible sounds to play when the AI decides to switch a cover.
AudioClip [] CoverShooter.AISounds.Fear |
Possible sounds to play when the AI becomes scared.