Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IModsAPIExtension
Interface IModsAPIExtension
interface
IModsAPIExtension
{
awaitModsDeployment
?:
(
profileId
?:
string
,
progressCB
?:
(
text
:
string
,
percent
:
number
)
=>
void
,
deployOptions
?:
IDeployOptions
,
)
=>
Promise
<
void
>
;
awaitNextPhaseDeployment
?:
()
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
IModsAPIExtension
IExtensionApiExtension
Index
Properties
await
Mods
Deployment?
await
Next
Phase
Deployment?
Properties
Optional
await
Mods
Deployment
awaitModsDeployment
?:
(
profileId
?:
string
,
progressCB
?:
(
text
:
string
,
percent
:
number
)
=>
void
,
deployOptions
?:
IDeployOptions
,
)
=>
Promise
<
void
>
Optional
await
Next
Phase
Deployment
awaitNextPhaseDeployment
?:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
await
Mods
Deployment
await
Next
Phase
Deployment
Plants vs. Zombies: Replanted - v1.0.3
Loading...