Skip to content

Class: SoundInfo

Last sound perceived by an object.

Source

C++ class SoundInfo

Custom Constructor

SoundInfo

Properties

danger

ts
danger: number;

Whether the sound is considered dangerous.


position

ts
position: vector;

Sound origin position.


power

ts
power: number;

Perceived sound power.


time

ts
time: number;

Level time when the sound was perceived.


who

ts
who: game_object;

Object that produced the sound.