SiliconGhetto Engine API
Homepage
GitHub
Preparing search index...
types
MobSounds
Interface MobSounds
Sound definitions for a mob type.
interface
MobSounds
{
idle
?:
string
;
hurt
?:
string
;
death
?:
string
;
}
Index
Properties
idle?
hurt?
death?
Properties
Optional
idle
idle
?:
string
Optional
hurt
hurt
?:
string
Optional
death
death
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
idle
hurt
death
Homepage
GitHub
SiliconGhetto Engine API
Loading...
Sound definitions for a mob type.