Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
ICollectionsGameSupportEntry
Interface ICollectionsGameSupportEntry
interface
ICollectionsGameSupportEntry
{
gameId
:
string
;
generator
:
(
state
:
IState
,
gameId
:
string
,
stagingPath
:
string
,
modIds
:
string
[]
,
mods
:
{
[
modId
:
string
]:
IMod
}
,
)
=>
Promise
<
any
>
;
interface
:
(
props
:
IGameSpecificInterfaceProps
)
=>
Element
;
parser
:
(
api
:
IExtensionApi
,
gameId
:
string
,
collection
:
any
,
)
=>
Promise
<
void
>
;
}
Index
Properties
game
Id
generator
interface
parser
Properties
game
Id
gameId
:
string
generator
generator
:
(
state
:
IState
,
gameId
:
string
,
stagingPath
:
string
,
modIds
:
string
[]
,
mods
:
{
[
modId
:
string
]:
IMod
}
,
)
=>
Promise
<
any
>
interface
interface
:
(
props
:
IGameSpecificInterfaceProps
)
=>
Element
parser
parser
:
(
api
:
IExtensionApi
,
gameId
:
string
,
collection
:
any
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
game
Id
generator
interface
parser
Plants vs. Zombies: Replanted - v1.0.3
Loading...