Third Person Cover Shooter  1.6
CoverShooter.AISounds Class Reference

Plays various sounds on AI events. More...

Inheritance diagram for CoverShooter.AISounds:

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...
 

Detailed Description

Plays various sounds on AI events.

Member Function Documentation

◆ OnAlerted()

void CoverShooter.AISounds.OnAlerted ( )

Plays the alert sound.

◆ OnAssaultStart()

void CoverShooter.AISounds.OnAssaultStart ( )

Plays the assault sound.

◆ OnBackupCall()

void CoverShooter.AISounds.OnBackupCall ( )

Plays the backup call sound.

◆ OnCopCall()

void CoverShooter.AISounds.OnCopCall ( )

Plays the cop call sound.

◆ OnCoverSwitch()

void CoverShooter.AISounds.OnCoverSwitch ( )

Plays the cover switch sound.

◆ OnScared()

void CoverShooter.AISounds.OnScared ( )

Plays the fear sound.

Member Data Documentation

◆ Alert

AudioClip [] CoverShooter.AISounds.Alert

Possible sounds to play when the AI becomes alerted.

◆ Assault

AudioClip [] CoverShooter.AISounds.Assault

Possible sounds to play when the AI begins an assault.

◆ BackupCall

AudioClip [] CoverShooter.AISounds.BackupCall

Possible sounds to play when the AI calls for backup.

◆ CopCall

AudioClip [] CoverShooter.AISounds.CopCall

Possible sounds to play when the AI calls for cops.

◆ CoverSwitch

AudioClip [] CoverShooter.AISounds.CoverSwitch

Possible sounds to play when the AI decides to switch a cover.

◆ Fear

AudioClip [] CoverShooter.AISounds.Fear

Possible sounds to play when the AI becomes scared.


The documentation for this class was generated from the following file: