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

SendBuyCloseMessage() public static method

public static SendBuyCloseMessage ( MessageDestination destination, BuyCloseMessage val ) : void
destination MessageDestination
val BuyCloseMessage
return void
        public static void SendBuyCloseMessage(MessageDestination destination, BuyCloseMessage val)
        {
            SendBuyCloseMessage(destination, IntPtr.Zero, IntPtr.Zero );
        }

Same methods

MessageFunctions::SendBuyCloseMessage ( MessageDestination destination, IntPtr playerEntity, BuyCloseMessage val ) : void
MessageFunctions::SendBuyCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
MessageFunctions::SendBuyCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BuyCloseMessage val ) : void
MessageFunctions::SendBuyCloseMessage ( this player ) : void
MessageFunctions::SendBuyCloseMessage ( this player, BuyCloseMessage val ) : void
MessageFunctions::SendBuyCloseMessage ( this player, IntPtr floatValue, BuyCloseMessage val ) : void
MessageFunctions