C# Class Scacciano, SagaRO2

Inheritance: Npc
Exibir arquivo Open project: Willyham/SagaRO2

Public Methods

Method Description
OnAcceptPersonalQuest ( ActorPC pc, uint QID, byte button ) : void
OnButton ( ActorPC pc ) : void
OnInit ( ) : void
OnQuest ( ActorPC pc ) : void
OnReward ( ActorPC pc, uint QID ) : void

Method Details

OnAcceptPersonalQuest() public method

public OnAcceptPersonalQuest ( ActorPC pc, uint QID, byte button ) : void
pc SagaDB.Actors.ActorPC
QID uint
button byte
return void

OnButton() public method

public OnButton ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
return void

OnInit() public method

public OnInit ( ) : void
return void

OnQuest() public method

public OnQuest ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
return void

OnReward() public method

public OnReward ( ActorPC pc, uint QID ) : void
pc SagaDB.Actors.ActorPC
QID uint
return void