Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.component
/
ComponentInstaller
/
install
install
abstract
fun
<
COM
:
Component
,
CONF
:
Any
>
install
(
componentFactory
:
ComponentFactory
<
COM
,
CONF
>
,
configurer
:
ConfigurerFunction
<
CONF
>
)
(
source
)
注册安装一个组件类型,并为其添加对应的配置。
open
fun
<
COM
:
Component
,
CONF
:
Any
>
install
(
componentFactory
:
ComponentFactory
<
COM
,
CONF
>
)
(
source
)
注册安装一个组件类型。