C# Class SagaMap.MapItem

Inheritance: Npc
Afficher le fichier Open project: Willyham/SagaRO2

Protected Properties

Свойство Type Description
I ActorItem
NPCItem List

Méthodes publiques

Méthode 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 méthode

public AddNPCItem ( int id ) : void
id int
Résultat void

ClearNPCItem() public méthode

public ClearNPCItem ( ) : void
Résultat void

MapItem() public méthode

public MapItem ( ) : System
Résultat System

OnClicked() public méthode

public OnClicked ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
Résultat void

OnCreate() public méthode

public OnCreate ( bool success ) : void
success bool
Résultat void

OnDie() public méthode

public OnDie ( ) : void
Résultat void

OnOpen() public méthode

public OnOpen ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
Résultat void

OnQuestConfirmed() public méthode

public OnQuestConfirmed ( ActorPC pc, uint QuestID ) : void
pc SagaDB.Actors.ActorPC
QuestID uint
Résultat void

OnReSpawn() public méthode

public OnReSpawn ( ) : void
Résultat void

SendLootList() public méthode

public SendLootList ( ActorPC pc ) : void
pc SagaDB.Actors.ActorPC
Résultat void

SetAnimation() public méthode

public SetAnimation ( ActorPC pc, uint ani ) : void
pc SagaDB.Actors.ActorPC
ani uint
Résultat void

Property Details

I protected_oe property

protected ActorItem I
Résultat ActorItem

NPCItem protected_oe property

protected List NPCItem
Résultat List