C# Class OpenNos.GameObject.MapNpc

Inheritance: OpenNos.Data.MapNpcDTO
Afficher le fichier Open project: OpenNos/OpenNos Class Usage Examples

Méthodes publiques

Свойство Type Description
Npc NpcMonster

Méthodes publiques

Méthode Description
GenerateEff ( ) : string
GenerateEff ( short effect ) : string
GenerateIn2 ( ) : string
GenerateMv2 ( ) : string
GetNpcDialog ( ) : string
Initialize ( ) : void
MapNpc ( ) : System

Private Methods

Méthode Description
NpcLife ( ) : void
StartLife ( ) : void

Method Details

GenerateEff() public méthode

public GenerateEff ( ) : string
Résultat string

GenerateEff() public méthode

public GenerateEff ( short effect ) : string
effect short
Résultat string

GenerateIn2() public méthode

public GenerateIn2 ( ) : string
Résultat string

GenerateMv2() public méthode

public GenerateMv2 ( ) : string
Résultat string

GetNpcDialog() public méthode

public GetNpcDialog ( ) : string
Résultat string

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MapNpc() public méthode

public MapNpc ( ) : System
Résultat System

Property Details

Npc public_oe property

public NpcMonster,OpenNos.GameObject Npc
Résultat NpcMonster