C# 클래스 SagaMap.Script

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
GiveItem ( Npc npc, ActorPC receiver, int itemID ) : void
Say ( Npc npc, string sentence ) : void
Warp ( ActorPC pc, byte mapid ) : void
Warp ( ActorPC pc, byte mapid, float x, float y, float z ) : void

메소드 상세

GiveItem() 공개 정적인 메소드

public static GiveItem ( Npc npc, ActorPC receiver, int itemID ) : void
npc Npc
receiver SagaDB.Actors.ActorPC
itemID int
리턴 void

Say() 공개 정적인 메소드

public static Say ( Npc npc, string sentence ) : void
npc Npc
sentence string
리턴 void

Warp() 공개 정적인 메소드

public static Warp ( ActorPC pc, byte mapid ) : void
pc SagaDB.Actors.ActorPC
mapid byte
리턴 void

Warp() 공개 정적인 메소드

public static Warp ( ActorPC pc, byte mapid, float x, float y, float z ) : void
pc SagaDB.Actors.ActorPC
mapid byte
x float
y float
z float
리턴 void