Ejemplo n.º 1
0
 public static void SendShowTimerMessage(this Player player, ShowTimerMessage val)
 {
     SendShowTimerMessage(MessageDestination.OneReliable, IntPtr.Zero, player.Pointer, val);
 }
Ejemplo n.º 2
0
 public static void SendShowTimerMessage(MessageDestination destination, IntPtr playerEntity, ShowTimerMessage val)
 {
     SendShowTimerMessage(destination, IntPtr.Zero, playerEntity );
 }
Ejemplo n.º 3
0
 public static void SendShowTimerMessage(MessageDestination destination, ShowTimerMessage val)
 {
     SendShowTimerMessage(destination, IntPtr.Zero, IntPtr.Zero );
 }
Ejemplo n.º 4
0
 public static void SendShowTimerMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowTimerMessage val)
 {
     SendShowTimerMessage(destination, floatValue,playerEntity );
 }