SharpMod.Messages.MessageFunctions.SendLocationMessage C# (CSharp) Method

SendLocationMessage() public static method

public static SendLocationMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, LocationMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val LocationMessage
return void
        public static void SendLocationMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, LocationMessage val)
        {
            SendLocationMessage(destination, floatValue,playerEntity , val.Money);
        }

Same methods

MessageFunctions::SendLocationMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Money ) : void
MessageFunctions::SendLocationMessage ( MessageDestination destination, IntPtr playerEntity, LocationMessage val ) : void
MessageFunctions::SendLocationMessage ( MessageDestination destination, LocationMessage val ) : void
MessageFunctions::SendLocationMessage ( this player, IntPtr floatValue, LocationMessage val ) : void
MessageFunctions::SendLocationMessage ( this player, LocationMessage val ) : void
MessageFunctions::SendLocationMessage ( this player, byte Money ) : void
MessageFunctions