Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BuffHandle_SpawnPetIfNeededAndSetTime()
void
Terraria.Player.BuffHandle_SpawnPetIfNeededAndSetTime
(
int
buffIndex
,
ref
bool
petBool
,
int
petProjID
,
int
buffTimeToGive
=
18000
)
inline
Definition at line
11668
of file
Player.cs
.
11669
{
11670
buffTime
[
buffIndex
] =
buffTimeToGive
;
11671
BuffHandle_SpawnPetIfNeeded
(
ref
petBool
,
petProjID
,
buffIndex
);
11672
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Player.BuffHandle_SpawnPetIfNeeded
void BuffHandle_SpawnPetIfNeeded(ref bool petBool, int petProjID, int buffIndex)
Definition
Player.cs:11674
Terraria.Player.buffTime
int[] buffTime
Definition
Player.cs:1195
Terraria
Player
Generated by
1.10.0