C# Class OpenNos.GameObject.MapNpc

Inheritance: OpenNos.Data.MapNpcDTO
Exibir arquivo Open project: OpenNos/OpenNos Class Usage Examples

Public Properties

Property Type Description
Npc NpcMonster

Public Methods

Method Description
GenerateEff ( ) : string
GenerateEff ( short effect ) : string
GenerateIn2 ( ) : string
GenerateMv2 ( ) : string
GetNpcDialog ( ) : string
Initialize ( ) : void
MapNpc ( ) : System

Private Methods

Method Description
NpcLife ( ) : void
StartLife ( ) : void

Method Details

GenerateEff() public method

public GenerateEff ( ) : string
return string

GenerateEff() public method

public GenerateEff ( short effect ) : string
effect short
return string

GenerateIn2() public method

public GenerateIn2 ( ) : string
return string

GenerateMv2() public method

public GenerateMv2 ( ) : string
return string

GetNpcDialog() public method

public GetNpcDialog ( ) : string
return string

Initialize() public method

public Initialize ( ) : void
return void

MapNpc() public method

public MapNpc ( ) : System
return System

Property Details

Npc public_oe property

public NpcMonster,OpenNos.GameObject Npc
return NpcMonster