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
readonly static ambient: 128;Engine enum value for snd_type.ambient.
anomaly
readonly static anomaly: 268435456;Engine enum value for snd_type.anomaly.
anomaly_idle
readonly static anomaly_idle: 268437504;Engine enum value for snd_type.anomaly_idle.
attack
readonly static attack: 8192;Engine enum value for snd_type.attack.
bullet_hit
readonly static bullet_hit: 524288;Engine enum value for snd_type.bullet_hit.
die
readonly static die: 131072;Engine enum value for snd_type.die.
drop
readonly static drop: 33554432;Engine enum value for snd_type.drop.
eat
readonly static eat: 4096;Engine enum value for snd_type.eat.
empty
readonly static empty: 1048576;Engine enum value for snd_type.empty.
hide
readonly static hide: 16777216;Engine enum value for snd_type.hide.
idle
readonly static idle: 2048;Engine enum value for snd_type.idle.
injure
readonly static injure: 65536;Engine enum value for snd_type.injure.
item
readonly static item: 1073741824;Engine enum value for snd_type.item.
item_drop
readonly static item_drop: 1107296256;Engine enum value for snd_type.item_drop.
item_hide
readonly static item_hide: 1090519040;Engine enum value for snd_type.item_hide.
item_pick_up
readonly static item_pick_up: 1140850688;Engine enum value for snd_type.item_pick_up.
item_take
readonly static item_take: 1082130432;Engine enum value for snd_type.item_take.
item_use
readonly static item_use: 1077936128;Engine enum value for snd_type.item_use.
monster
readonly static monster: 536870912;Engine enum value for snd_type.monster.
monster_attack
readonly static monster_attack: 536879104;Engine enum value for snd_type.monster_attack.
monster_die
readonly static monster_die: 537001984;Engine enum value for snd_type.monster_die.
monster_eat
readonly static monster_eat: 536875008;Engine enum value for snd_type.monster_eat.
monster_injure
readonly static monster_injure: 536936448;Engine enum value for snd_type.monster_injure.
monster_step
readonly static monster_step: 536903680;Engine enum value for snd_type.monster_step.
monster_talk
readonly static monster_talk: 536887296;Engine enum value for snd_type.monster_talk.
no_sound
readonly static no_sound: 0;Engine enum value for snd_type.no_sound.
object_break
readonly static object_break: 1024;Engine enum value for snd_type.object_break.
object_collide
readonly static object_collide: 512;Engine enum value for snd_type.object_collide.
object_explode
readonly static object_explode: 256;Engine enum value for snd_type.object_explode.
pick_up
readonly static pick_up: 67108864;Engine enum value for snd_type.pick_up.
reload
readonly static reload: 262144;Engine enum value for snd_type.reload.
shoot
readonly static shoot: 2097152;Engine enum value for snd_type.shoot.
step
readonly static step: 32768;Engine enum value for snd_type.step.
take
readonly static take: 8388608;Engine enum value for snd_type.take.
talk
readonly static talk: 16384;Engine enum value for snd_type.talk.
use
readonly static use: 4194304;Engine enum value for snd_type.use.
weapon
readonly static weapon: -2147483648;Engine enum value for snd_type.weapon.
weapon_bullet_hit
readonly static weapon_bullet_hit: -2146959360;Engine enum value for snd_type.weapon_bullet_hit.
weapon_empty
readonly static weapon_empty: -2146435072;Engine enum value for snd_type.weapon_empty.
weapon_reload
readonly static weapon_reload: -2147221504;Engine enum value for snd_type.weapon_reload.
weapon_shoot
readonly static weapon_shoot: -2145386496;Engine enum value for snd_type.weapon_shoot.
world
readonly static world: 134217728;Engine enum value for snd_type.world.
world_ambient
readonly static world_ambient: 134217856;Engine enum value for snd_type.world_ambient.
world_object_break
readonly static world_object_break: 134218752;Engine enum value for snd_type.world_object_break.
world_object_collide
readonly static world_object_collide: 134218240;Engine enum value for snd_type.world_object_collide.
world_object_explode
readonly static world_object_explode: 134217984;Engine enum value for snd_type.world_object_explode.