Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/audio
CombatAudioEvent
Interface CombatAudioEvent
interface
CombatAudioEvent
{
critical
?:
boolean
;
damage
?:
number
;
stance
?:
string
;
technique
?:
string
;
type
:
"block"
|
"attack"
|
"hit"
|
"dodge"
|
"stance_change"
;
}
Index
Properties
critical?
damage?
stance?
technique?
type
Properties
Optional
Readonly
critical
critical
?:
boolean
Optional
Readonly
damage
damage
?:
number
Optional
Readonly
stance
stance
?:
string
Optional
Readonly
technique
technique
?:
string
Readonly
type
type
:
"block"
|
"attack"
|
"hit"
|
"dodge"
|
"stance_change"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
critical
damage
stance
technique
type
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...