Load-Sounds contents
Data type definitions.
10{-lines:type}
11SOUND_NAME_TY:
12apply-macro:#BASE-KIND
13singular:sound name
14plural:sound names
15
16instance-of:WORD_VALUE_TY
17instance-of:ENUMERATED_VALUE_TY
18instance-of:SAYABLE_VALUE_TY
19named-values-created-with-assertions:yes
20default-value:0
21
22i6-printing-routine:PrintSoundName
23has-i6-GPR:yes
24apply-template:*UNDERSTOOD-VARIABLE
25constant-compilation-method:quantitative
26
27description:the name of a sound effect
28documentation-reference:kind_soundname
29index-priority:6
30index-default-value:<i>a silent non-sound</i>
31indexed-grey-if-empty:yes
32specification-text:When made with the Glulx setting, an Inform project can include sound effects or pieces of music. A sound name is just the name of one of these sounds in the current project.
33
34{-endlines}
35{-callv:Kinds::Interpreter::batch_done}