C# Class Terraria.ModLoader.ModBuff

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Properties

Property Type Description
canBeCleared bool
longerExpertDebuff bool

Public Methods

Method Description
Autoload ( string &name, string &texture ) : bool
ModifyBuffTip ( string &tip, int &rare ) : void
ReApply ( Terraria.NPC npc, int time, int buffIndex ) : bool
ReApply ( Player player, int time, int buffIndex ) : bool
SetDefaults ( ) : void
Update ( Terraria.NPC npc, int &buffIndex ) : void
Update ( Player player, int &buffIndex ) : void

Method Details

Autoload() public method

public Autoload ( string &name, string &texture ) : bool
name string
texture string
return bool

ModifyBuffTip() public method

public ModifyBuffTip ( string &tip, int &rare ) : void
tip string
rare int
return void

ReApply() public method

public ReApply ( Terraria.NPC npc, int time, int buffIndex ) : bool
npc Terraria.NPC
time int
buffIndex int
return bool

ReApply() public method

public ReApply ( Player player, int time, int buffIndex ) : bool
player Terraria.Player
time int
buffIndex int
return bool

SetDefaults() public method

public SetDefaults ( ) : void
return void

Update() public method

public Update ( Terraria.NPC npc, int &buffIndex ) : void
npc Terraria.NPC
buffIndex int
return void

Update() public method

public Update ( Player player, int &buffIndex ) : void
player Terraria.Player
buffIndex int
return void

Property Details

canBeCleared public_oe property

public bool canBeCleared
return bool

longerExpertDebuff public_oe property

public bool longerExpertDebuff
return bool