C# Class Tera.Game.NpcDatabase

Afficher le fichier Open project: gothos-folly/TeraDamageMeter Class Usage Examples

Méthodes publiques

Méthode Description
GetOrNull ( ushort huntingZoneId, int templateId ) : NpcInfo
GetOrPlaceholder ( ushort huntingZoneId, int templateId ) : NpcInfo
NpcDatabase ( IEnumerable npcInfo ) : System
NpcDatabase ( string filename ) : System

Private Methods

Méthode Description
LoadNpcInfos ( string filename ) : IEnumerable

Method Details

GetOrNull() public méthode

public GetOrNull ( ushort huntingZoneId, int templateId ) : NpcInfo
huntingZoneId ushort
templateId int
Résultat NpcInfo

GetOrPlaceholder() public méthode

public GetOrPlaceholder ( ushort huntingZoneId, int templateId ) : NpcInfo
huntingZoneId ushort
templateId int
Résultat NpcInfo

NpcDatabase() public méthode

public NpcDatabase ( IEnumerable npcInfo ) : System
npcInfo IEnumerable
Résultat System

NpcDatabase() public méthode

public NpcDatabase ( string filename ) : System
filename string
Résultat System