Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IGameLoadOrderEntry
Interface IGameLoadOrderEntry
interface
IGameLoadOrderEntry
{
callback
?:
(
loadOrder
:
ILoadOrder
,
updateType
?:
UpdateType
)
=>
void
;
createInfoPanel
:
(
props
:
IInfoPanelProps
)
=>
any
;
displayCheckboxes
?:
boolean
;
filter
?:
(
mods
:
IMod
[]
)
=>
IMod
[]
;
gameArtURL
:
string
;
gameId
:
string
;
itemRenderer
?:
any
;
noCollectionGeneration
?:
boolean
;
preSort
?:
(
items
:
ILoadOrderDisplayItem
[]
,
sortDir
:
SortType
,
updateType
?:
UpdateType
,
)
=>
Bluebird
<
ILoadOrderDisplayItem
[]
>
;
}
Index
Properties
callback?
create
Info
Panel
display
Checkboxes?
filter?
game
Art
URL
game
Id
item
Renderer?
no
Collection
Generation?
pre
Sort?
Properties
Optional
callback
callback
?:
(
loadOrder
:
ILoadOrder
,
updateType
?:
UpdateType
)
=>
void
create
Info
Panel
createInfoPanel
:
(
props
:
IInfoPanelProps
)
=>
any
Optional
display
Checkboxes
displayCheckboxes
?:
boolean
Optional
filter
filter
?:
(
mods
:
IMod
[]
)
=>
IMod
[]
game
Art
URL
gameArtURL
:
string
game
Id
gameId
:
string
Optional
item
Renderer
itemRenderer
?:
any
Optional
no
Collection
Generation
noCollectionGeneration
?:
boolean
Optional
pre
Sort
preSort
?:
(
items
:
ILoadOrderDisplayItem
[]
,
sortDir
:
SortType
,
updateType
?:
UpdateType
,
)
=>
Bluebird
<
ILoadOrderDisplayItem
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
create
Info
Panel
display
Checkboxes
filter
game
Art
URL
game
Id
item
Renderer
no
Collection
Generation
pre
Sort
Plants vs. Zombies: Replanted - v1.0.3
Loading...