C# 클래스 Terraria.ModLoader.ModBuff

파일 보기 프로젝트 열기: JavidPack/TerraCustom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
canBeCleared bool
longerExpertDebuff bool

공개 메소드들

메소드 설명
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

메소드 상세

Autoload() 공개 메소드

public Autoload ( string &name, string &texture ) : bool
name string
texture string
리턴 bool

ModifyBuffTip() 공개 메소드

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

ReApply() 공개 메소드

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

ReApply() 공개 메소드

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

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

Update() 공개 메소드

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

Update() 공개 메소드

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

프로퍼티 상세

canBeCleared 공개적으로 프로퍼티

public bool canBeCleared
리턴 bool

longerExpertDebuff 공개적으로 프로퍼티

public bool longerExpertDebuff
리턴 bool