Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EntitySource_Buff.cs
Go to the documentation of this file.
1
namespace
Terraria.DataStructures
;
2
3
public
class
EntitySource_Buff
:
IEntitySource
4
{
5
public
readonly
Entity
Entity
;
6
7
public
readonly
int
BuffId
;
8
9
public
readonly
int
BuffIndex
;
10
11
public
EntitySource_Buff
(
Entity
entity,
int
buffId,
int
buffIndex)
12
{
13
Entity
= entity;
14
BuffId
= buffId;
15
BuffIndex
= buffIndex;
16
}
17
}
Terraria.DataStructures.EntitySource_Buff.EntitySource_Buff
EntitySource_Buff(Entity entity, int buffId, int buffIndex)
Definition
EntitySource_Buff.cs:11
Terraria.DataStructures.EntitySource_Buff.BuffIndex
readonly int BuffIndex
Definition
EntitySource_Buff.cs:9
Terraria.DataStructures.EntitySource_Buff.Entity
readonly Entity Entity
Definition
EntitySource_Buff.cs:5
Terraria.DataStructures.EntitySource_Buff.BuffId
readonly int BuffId
Definition
EntitySource_Buff.cs:7
Terraria.DataStructures.EntitySource_Buff
Definition
EntitySource_Buff.cs:4
Terraria.Entity
Definition
Entity.cs:7
Terraria.DataStructures.IEntitySource
Definition
IEntitySource.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:1
source
Terraria.DataStructures
EntitySource_Buff.cs
Generated by
1.10.0