Esempio n. 1
0
 public static bool OnPlayerSelectObject(SPlayer Player, SObj Object, SPlayerObj PObj, SObjectsEnum Model, Point3D Pos)
 {
     return true;
 }
Esempio n. 2
0
 public static bool OnPlayerEditObject(SPlayer Player, SObj Object, SPlayerObj PObj, bool IsCancelled, bool IsSaved, bool IsUpdate, Point3D Pos, Point3D Rotation)
 {
     return true;
 }
Esempio n. 3
0
 public static bool OnPlayerObjectMoved(SPlayer Player, SPlayerObj Object)
 {
     return true;
 }