C# Class CustomBgmScript, aura

Inheritance: GeneralScript
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Load ( ) : void

Méthodes protégées

Méthode Description
Add ( int regionId, string fileName, BgmRepeat repeat = BgmRepeat.Indefinitely ) : void

Private Methods

Méthode Description
OnPlayerEntersRegion ( Creature, creature ) : void
OnPlayerLoggedIn ( Creature, creature ) : void

Method Details

Add() protected static méthode

protected static Add ( int regionId, string fileName, BgmRepeat repeat = BgmRepeat.Indefinitely ) : void
regionId int
fileName string
repeat BgmRepeat
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void