C# Class Prism.API.Audio.Bgm

Exibir arquivo Open project: TerrariaPrismTeam/Prism Class Usage Examples

Public Methods

Method Description
AnyNPCsForMusic ( ) : bool
AnyNPCsForMusic ( Predicate pred ) : bool
VanillaBgmOf ( int cueId ) : IBgm

Private Methods

Method Description
GetMoonLordSpawnFade ( BgmEntry current ) : float
HandleInactiveWindow ( IEnumerable allEntries ) : bool
ScanForVanillaBossMusics ( ) : void
Update ( Terraria.Main _ ) : void
UpdateAmbientEntry ( BgmEntry current, BgmEntry e ) : void
UpdateCurrentEntry ( BgmEntry e ) : void
UpdateOtherEntry ( BgmEntry current, BgmEntry e ) : void

Method Details

AnyNPCsForMusic() public static method

public static AnyNPCsForMusic ( ) : bool
return bool

AnyNPCsForMusic() public static method

public static AnyNPCsForMusic ( Predicate pred ) : bool
pred Predicate
return bool

VanillaBgmOf() public static method

public static VanillaBgmOf ( int cueId ) : IBgm
cueId int
return IBgm