C# Class SagaMap.MapItem

Inheritance: Npc
Show file Open project: Willyham/SagaRO2

Protected Properties

Property Type Description
I ActorItem
NPCItem List

Public Methods

Method Description
AddNPCItem ( int id ) : void
ClearNPCItem ( ) : void
MapItem ( ) : System
OnClicked ( ActorPC pc ) : void
OnCreate ( bool success ) : void
OnDie ( ) : void
OnOpen ( ActorPC pc ) : void
OnQuestConfirmed ( ActorPC pc, uint QuestID ) : void
OnReSpawn ( ) : void
SendLootList ( ActorPC pc ) : void
SetAnimation ( ActorPC pc, uint ani ) : void

Method Details

AddNPCItem() public method

public AddNPCItem ( int id ) : void
id int
return void

ClearNPCItem() public method

public ClearNPCItem ( ) : void
return void

MapItem() public method

public MapItem ( ) : System
return System

OnClicked() public method

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

OnCreate() public method

public OnCreate ( bool success ) : void
success bool
return void

OnDie() public method

public OnDie ( ) : void
return void

OnOpen() public method

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

OnQuestConfirmed() public method

public OnQuestConfirmed ( ActorPC pc, uint QuestID ) : void
pc SagaDB.Actors.ActorPC
QuestID uint
return void

OnReSpawn() public method

public OnReSpawn ( ) : void
return void

SendLootList() public method

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

SetAnimation() public method

public SetAnimation ( ActorPC pc, uint ani ) : void
pc SagaDB.Actors.ActorPC
ani uint
return void

Property Details

I protected property

protected ActorItem I
return ActorItem

NPCItem protected property

protected List NPCItem
return List