C# Class MegaMan.Engine.VarsComponent

Inheritance: MegaMan.Engine.Component
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
Clone ( ) : MegaMan.Engine.Component
Get ( string name ) : string
Message ( IGameMessage msg ) : void
RegisterDependencies ( MegaMan.Engine.Component component ) : void
Set ( string name, string value ) : void
Start ( IGameplayContainer container ) : void
Stop ( IGameplayContainer container ) : void

Protected Methods

Method Description
Update ( ) : void

Method Details

Clone() public method

public Clone ( ) : MegaMan.Engine.Component
return MegaMan.Engine.Component

Get() public method

public Get ( string name ) : string
name string
return string

Message() public method

public Message ( IGameMessage msg ) : void
msg IGameMessage
return void

RegisterDependencies() public method

public RegisterDependencies ( MegaMan.Engine.Component component ) : void
component MegaMan.Engine.Component
return void

Set() public method

public Set ( string name, string value ) : void
name string
value string
return void

Start() public method

public Start ( IGameplayContainer container ) : void
container IGameplayContainer
return void

Stop() public method

public Stop ( IGameplayContainer container ) : void
container IGameplayContainer
return void

Update() protected method

protected Update ( ) : void
return void