Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
InputSystemInterface
Interface InputSystemInterface
interface
InputSystemInterface
{
clearActions
:
()
=>
void
;
isActionActive
:
(
action
:
string
)
=>
boolean
;
registerAction
:
(
action
:
string
,
callback
:
()
=>
void
)
=>
void
;
unregisterAction
:
(
action
:
string
)
=>
void
;
}
Index
Properties
clear
Actions
is
Action
Active
register
Action
unregister
Action
Properties
clear
Actions
clearActions
:
()
=>
void
is
Action
Active
isActionActive
:
(
action
:
string
)
=>
boolean
register
Action
registerAction
:
(
action
:
string
,
callback
:
()
=>
void
)
=>
void
unregister
Action
unregisterAction
:
(
action
:
string
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
Actions
is
Action
Active
register
Action
unregister
Action
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...