Search
Preparing search index...
The search index is not available
L2Project Documentation - v2.4.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
L2Project Documentation - v2.4.3
L2PartyPetCollection
Interface L2PartyPetCollection
Hierarchy
L2EntityCollection
<
L2PartyPet
>
L2PartyPetCollection
Index
Properties
Length
length
Methods
ContainsID
Contains
Name
Contains
ObjectID
Get
Item
ByID
Get
Item
By
Name
Get
Item
By
ObjectID
for
Each
Properties
Readonly
Length
Length
:
number
Readonly
length
length
:
number
Methods
ContainsID
ContainsID
(
id
:
number
)
:
boolean
Parameters
id:
number
Returns
boolean
Contains
Name
Contains
Name
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
Contains
ObjectID
Contains
ObjectID
(
objId
:
number
)
:
boolean
Parameters
objId:
number
Returns
boolean
Get
Item
ByID
Get
Item
ByID
(
id
:
number
)
:
null
|
L2PartyPet
Parameters
id:
number
Returns
null
|
L2PartyPet
Get
Item
By
Name
Get
Item
By
Name
(
name
:
string
)
:
null
|
L2PartyPet
Parameters
name:
string
Returns
null
|
L2PartyPet
Get
Item
By
ObjectID
Get
Item
By
ObjectID
(
objId
:
number
)
:
null
|
L2PartyPet
Parameters
objId:
number
Returns
null
|
L2PartyPet
for
Each
for
Each
(
iterator
:
(
item
:
L2PartyPet
, index
:
number
, self
:
L2PartyPetCollection
)
=>
void
)
:
void
Parameters
iterator:
(
item
:
L2PartyPet
, index
:
number
, self
:
L2PartyPetCollection
)
=>
void
(
item
:
L2PartyPet
, index
:
number
, self
:
L2PartyPetCollection
)
:
void
Parameters
item:
L2PartyPet
index:
number
self:
L2PartyPetCollection
Returns
void
Returns
void
Exports
L2
Party
Pet
Collection
Length
length
ContainsID
Contains
Name
Contains
ObjectID
Get
Item
ByID
Get
Item
By
Name
Get
Item
By
ObjectID
for
Each