Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MovingSoundSourceEntity Interface Reference
Inheritance diagram for SCR_MovingSoundSourceEntity:

Public Member Functions

void PlayMoveSound (float timeSlice)
 
SCR_MoveData GetMoveData ()
 
void UpdateFlySoundPosition (float timeSlice)
 
void Terminate ()
 
override void EOnPostFrame (IEntity owner, float timeSlice)
 
void SCR_MovingSoundSourceEntity (IEntitySource src, IEntity parent)
 
void ~SCR_MovingSoundSourceEntity ()
 

Protected Attributes

ResourceName m_sSoundProjectName
 
string m_SoundEventName
 
int m_iTriggerInterval
 
int m_iTrajectoryHeight
 
int m_iTrajectoryDistance
 
int m_iTrajectoryLenght
 
int m_iMovementSpeed
 

Constructor & Destructor Documentation

◆ SCR_MovingSoundSourceEntity()

void SCR_MovingSoundSourceEntity.SCR_MovingSoundSourceEntity ( IEntitySource src,
IEntity parent )

◆ ~SCR_MovingSoundSourceEntity()

void SCR_MovingSoundSourceEntity.~SCR_MovingSoundSourceEntity ( )

Member Function Documentation

◆ EOnPostFrame()

override void SCR_MovingSoundSourceEntity.EOnPostFrame ( IEntity owner,
float timeSlice )

◆ GetMoveData()

SCR_MoveData SCR_MovingSoundSourceEntity.GetMoveData ( )

◆ PlayMoveSound()

void SCR_MovingSoundSourceEntity.PlayMoveSound ( float timeSlice)

◆ Terminate()

void SCR_MovingSoundSourceEntity.Terminate ( )

◆ UpdateFlySoundPosition()

void SCR_MovingSoundSourceEntity.UpdateFlySoundPosition ( float timeSlice)

Member Data Documentation

◆ m_iMovementSpeed

int SCR_MovingSoundSourceEntity.m_iMovementSpeed
protected

◆ m_iTrajectoryDistance

int SCR_MovingSoundSourceEntity.m_iTrajectoryDistance
protected

◆ m_iTrajectoryHeight

int SCR_MovingSoundSourceEntity.m_iTrajectoryHeight
protected

◆ m_iTrajectoryLenght

int SCR_MovingSoundSourceEntity.m_iTrajectoryLenght
protected

◆ m_iTriggerInterval

int SCR_MovingSoundSourceEntity.m_iTriggerInterval
protected

◆ m_SoundEventName

string SCR_MovingSoundSourceEntity.m_SoundEventName
protected

◆ m_sSoundProjectName

ResourceName SCR_MovingSoundSourceEntity.m_sSoundProjectName
protected

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