Method | Description | |
---|---|---|
CharacterStatueTarget ( Item maker, StatueType type ) : System | ||
CheckDoors ( Server.Point3D p, int height, |
||
CouldFit ( Server.Point3D p, Server.Map map, Server.Mobile from, |
Method | Description | |
---|---|---|
OnTarget ( Server.Mobile from, object targeted ) : void |
public CharacterStatueTarget ( Item maker, StatueType type ) : System | ||
maker | Item | |
type | StatueType | |
return | System |
public static CheckDoors ( Server.Point3D p, int height, |
||
p | Server.Point3D | |
height | int | |
house | ||
return | AddonFitResult |
public static CouldFit ( Server.Point3D p, Server.Map map, Server.Mobile from, |
||
p | Server.Point3D | |
map | Server.Map | |
from | Server.Mobile | |
house | ||
return | AddonFitResult |
protected OnTarget ( Server.Mobile from, object targeted ) : void | ||
from | Server.Mobile | |
targeted | object | |
return | void |