Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IModType
Interface IModType
interface
IModType
{
getPath
:
(
game
:
IGame
)
=>
string
;
isSupported
:
(
gameId
:
string
)
=>
boolean
;
options
:
IModTypeOptions
;
priority
:
number
;
test
:
(
installInstructions
:
IInstruction
[]
)
=>
Bluebird
<
boolean
>
;
typeId
:
string
;
}
Index
Properties
get
Path
is
Supported
options
priority
test
type
Id
Properties
get
Path
getPath
:
(
game
:
IGame
)
=>
string
is
Supported
isSupported
:
(
gameId
:
string
)
=>
boolean
options
options
:
IModTypeOptions
priority
priority
:
number
test
test
:
(
installInstructions
:
IInstruction
[]
)
=>
Bluebird
<
boolean
>
type
Id
typeId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Path
is
Supported
options
priority
test
type
Id
Plants vs. Zombies: Replanted - v1.0.3
Loading...