C# Class Terraria.ModLoader.ModGore

Mostrar archivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Properties

Property Type Description
updateType int

Public Methods

Method Description
DrawBehind ( Gore gore ) : bool
GetAlpha ( Gore gore, Color lightColor ) : Color?
GetGoreSlot ( string texture ) : int
OnSpawn ( Gore gore ) : void
Update ( Gore gore ) : bool

Private Methods

Method Description
DrawBackGore ( Gore gore ) : bool
ReserveGoreID ( ) : int
ResizeAndFillArrays ( ) : void
SetupGore ( Gore gore ) : void
SetupUpdateType ( Gore gore ) : void
TakeDownUpdateType ( Gore gore ) : void
Unload ( ) : void

Method Details

DrawBehind() public method

public DrawBehind ( Gore gore ) : bool
gore Terraria.Gore
return bool

GetAlpha() public method

public GetAlpha ( Gore gore, Color lightColor ) : Color?
gore Terraria.Gore
lightColor Color
return Color?

GetGoreSlot() public static method

public static GetGoreSlot ( string texture ) : int
texture string
return int

OnSpawn() public method

public OnSpawn ( Gore gore ) : void
gore Terraria.Gore
return void

Update() public method

public Update ( Gore gore ) : bool
gore Terraria.Gore
return bool

Property Details

updateType public_oe property

public int updateType
return int