C# Class SagaMap.Script

Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
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

Method Details

GiveItem() public static method

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

Say() public static method

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

Warp() public static method

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

Warp() public static method

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
return void