C# 클래스 LKCamelot.script.monster.Monster

상속: BaseObject
파일 보기 프로젝트 열기: vans163/LKEmu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Face int
LastAction long
LastSpawn long
SpawnReady bool
Target Serial
TargetP LKCamelot.model.Player
XPMulti int
m_Loc LKCamelot.model.Point2D
m_Map string
m_MonsterID int
m_Serial Serial
m_SpawnLoc LKCamelot.model.Point2D

공개 메소드들

메소드 설명
AIStep ( TiledMap map, Player target ) : MyPathNode
Attack ( Player player ) : void
DropLoot ( Player play ) : void
GenerateLoot ( ) : void
Monster ( ) : System
Monster ( Serial serial ) : System
Monster ( int MonsterID ) : System
TakeDamage ( Player player ) : void
TakeDamage ( Player player, script spell ) : void

메소드 상세

AIStep() 공개 메소드

public AIStep ( TiledMap map, Player target ) : MyPathNode
map LKCamelot.model.TiledMap
target LKCamelot.model.Player
리턴 MyPathNode

Attack() 공개 메소드

public Attack ( Player player ) : void
player LKCamelot.model.Player
리턴 void

DropLoot() 공개 메소드

public DropLoot ( Player play ) : void
play LKCamelot.model.Player
리턴 void

GenerateLoot() 공개 메소드

public GenerateLoot ( ) : void
리턴 void

Monster() 공개 메소드

public Monster ( ) : System
리턴 System

Monster() 공개 메소드

public Monster ( Serial serial ) : System
serial Serial
리턴 System

Monster() 공개 메소드

public Monster ( int MonsterID ) : System
MonsterID int
리턴 System

TakeDamage() 공개 메소드

public TakeDamage ( Player player ) : void
player LKCamelot.model.Player
리턴 void

TakeDamage() 공개 메소드

public TakeDamage ( Player player, script spell ) : void
player LKCamelot.model.Player
spell script
리턴 void

프로퍼티 상세

Face 공개적으로 프로퍼티

public int Face
리턴 int

LastAction 공개적으로 프로퍼티

public long LastAction
리턴 long

LastSpawn 공개적으로 프로퍼티

public long LastSpawn
리턴 long

SpawnReady 공개적으로 프로퍼티

public bool SpawnReady
리턴 bool

Target 공개적으로 프로퍼티

public Serial Target
리턴 Serial

TargetP 공개적으로 프로퍼티

public Player,LKCamelot.model TargetP
리턴 LKCamelot.model.Player

XPMulti 공개적으로 프로퍼티

public int XPMulti
리턴 int

m_Loc 공개적으로 프로퍼티

public Point2D,LKCamelot.model m_Loc
리턴 LKCamelot.model.Point2D

m_Map 공개적으로 프로퍼티

public string m_Map
리턴 string

m_MonsterID 공개적으로 프로퍼티

public int m_MonsterID
리턴 int

m_Serial 공개적으로 프로퍼티

public Serial m_Serial
리턴 Serial

m_SpawnLoc 공개적으로 프로퍼티

public Point2D,LKCamelot.model m_SpawnLoc
리턴 LKCamelot.model.Point2D