C# Class CustomBgmScript, aura

Inheritance: GeneralScript
Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
Load ( ) : void

Protected Methods

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

Private Methods

Method Description
OnPlayerEntersRegion ( Creature, creature ) : void
OnPlayerLoggedIn ( Creature, creature ) : void

Method Details

Add() protected static method

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

Load() public method

public Load ( ) : void
return void