C# 클래스 CEngineSharp_Server.World.Entities.Npc

상속: IEntity
파일 보기 프로젝트 열기: JohnLamontagne/CEngineSharp 1 사용 예제들

공개 메소드들

메소드 설명
Attack ( IEntity attacker ) : void
Die ( IEntity murderer ) : void
GetDamage ( ) : int
GetStat ( Stats stat ) : int
Interact ( IEntity interactor ) : void
MoveTo ( Vector vector, byte direction ) : void
Npc ( ) : System
Save ( string filePath ) : void
SetStat ( Stats stat, int value ) : void

메소드 상세

Attack() 공개 메소드

public Attack ( IEntity attacker ) : void
attacker IEntity
리턴 void

Die() 공개 메소드

public Die ( IEntity murderer ) : void
murderer IEntity
리턴 void

GetDamage() 공개 메소드

public GetDamage ( ) : int
리턴 int

GetStat() 공개 메소드

public GetStat ( Stats stat ) : int
stat Stats
리턴 int

Interact() 공개 메소드

public Interact ( IEntity interactor ) : void
interactor IEntity
리턴 void

MoveTo() 공개 메소드

public MoveTo ( Vector vector, byte direction ) : void
vector CEngineSharp_Utilities.Vector
direction byte
리턴 void

Npc() 공개 메소드

public Npc ( ) : System
리턴 System

Save() 공개 메소드

public Save ( string filePath ) : void
filePath string
리턴 void

SetStat() 공개 메소드

public SetStat ( Stats stat, int value ) : void
stat Stats
value int
리턴 void