Skip to content

Class: snd_type

Sound category constants used by AI sound memory and sound playback.

Source

C++ class snd_type

Custom Constructor

snd_type

Properties

ambient

ts
readonly static ambient: 128;

Engine enum value for snd_type.ambient.


anomaly

ts
readonly static anomaly: 268435456;

Engine enum value for snd_type.anomaly.


anomaly_idle

ts
readonly static anomaly_idle: 268437504;

Engine enum value for snd_type.anomaly_idle.


attack

ts
readonly static attack: 8192;

Engine enum value for snd_type.attack.


bullet_hit

ts
readonly static bullet_hit: 524288;

Engine enum value for snd_type.bullet_hit.


die

ts
readonly static die: 131072;

Engine enum value for snd_type.die.


drop

ts
readonly static drop: 33554432;

Engine enum value for snd_type.drop.


eat

ts
readonly static eat: 4096;

Engine enum value for snd_type.eat.


empty

ts
readonly static empty: 1048576;

Engine enum value for snd_type.empty.


hide

ts
readonly static hide: 16777216;

Engine enum value for snd_type.hide.


idle

ts
readonly static idle: 2048;

Engine enum value for snd_type.idle.


injure

ts
readonly static injure: 65536;

Engine enum value for snd_type.injure.


item

ts
readonly static item: 1073741824;

Engine enum value for snd_type.item.


item_drop

ts
readonly static item_drop: 1107296256;

Engine enum value for snd_type.item_drop.


item_hide

ts
readonly static item_hide: 1090519040;

Engine enum value for snd_type.item_hide.


item_pick_up

ts
readonly static item_pick_up: 1140850688;

Engine enum value for snd_type.item_pick_up.


item_take

ts
readonly static item_take: 1082130432;

Engine enum value for snd_type.item_take.


item_use

ts
readonly static item_use: 1077936128;

Engine enum value for snd_type.item_use.


monster

ts
readonly static monster: 536870912;

Engine enum value for snd_type.monster.


monster_attack

ts
readonly static monster_attack: 536879104;

Engine enum value for snd_type.monster_attack.


monster_die

ts
readonly static monster_die: 537001984;

Engine enum value for snd_type.monster_die.


monster_eat

ts
readonly static monster_eat: 536875008;

Engine enum value for snd_type.monster_eat.


monster_injure

ts
readonly static monster_injure: 536936448;

Engine enum value for snd_type.monster_injure.


monster_step

ts
readonly static monster_step: 536903680;

Engine enum value for snd_type.monster_step.


monster_talk

ts
readonly static monster_talk: 536887296;

Engine enum value for snd_type.monster_talk.


no_sound

ts
readonly static no_sound: 0;

Engine enum value for snd_type.no_sound.


object_break

ts
readonly static object_break: 1024;

Engine enum value for snd_type.object_break.


object_collide

ts
readonly static object_collide: 512;

Engine enum value for snd_type.object_collide.


object_explode

ts
readonly static object_explode: 256;

Engine enum value for snd_type.object_explode.


pick_up

ts
readonly static pick_up: 67108864;

Engine enum value for snd_type.pick_up.


reload

ts
readonly static reload: 262144;

Engine enum value for snd_type.reload.


shoot

ts
readonly static shoot: 2097152;

Engine enum value for snd_type.shoot.


step

ts
readonly static step: 32768;

Engine enum value for snd_type.step.


take

ts
readonly static take: 8388608;

Engine enum value for snd_type.take.


talk

ts
readonly static talk: 16384;

Engine enum value for snd_type.talk.


use

ts
readonly static use: 4194304;

Engine enum value for snd_type.use.


weapon

ts
readonly static weapon: -2147483648;

Engine enum value for snd_type.weapon.


weapon_bullet_hit

ts
readonly static weapon_bullet_hit: -2146959360;

Engine enum value for snd_type.weapon_bullet_hit.


weapon_empty

ts
readonly static weapon_empty: -2146435072;

Engine enum value for snd_type.weapon_empty.


weapon_reload

ts
readonly static weapon_reload: -2147221504;

Engine enum value for snd_type.weapon_reload.


weapon_shoot

ts
readonly static weapon_shoot: -2145386496;

Engine enum value for snd_type.weapon_shoot.


world

ts
readonly static world: 134217728;

Engine enum value for snd_type.world.


world_ambient

ts
readonly static world_ambient: 134217856;

Engine enum value for snd_type.world_ambient.


world_object_break

ts
readonly static world_object_break: 134218752;

Engine enum value for snd_type.world_object_break.


world_object_collide

ts
readonly static world_object_collide: 134218240;

Engine enum value for snd_type.world_object_collide.


world_object_explode

ts
readonly static world_object_explode: 134217984;

Engine enum value for snd_type.world_object_explode.