Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
EventBusInterface
Interface EventBusInterface
interface
EventBusInterface
{
publish
:
(
event
:
SystemEvent
)
=>
void
;
subscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
,
)
=>
void
;
unsubscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
,
)
=>
void
;
}
Index
Properties
publish
subscribe
unsubscribe
Properties
publish
publish
:
(
event
:
SystemEvent
)
=>
void
subscribe
subscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
)
=>
void
unsubscribe
unsubscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
publish
subscribe
unsubscribe
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...