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

SendShowMenuMessage() public static method

public static SendShowMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowMenuMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ShowMenuMessage
return void
        public static void SendShowMenuMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowMenuMessage val)
        {
            SendShowMenuMessage(destination, floatValue,playerEntity , val.KeyBitSum, val.Time, val.MultiPart, val.Text);
        }

Same methods

MessageFunctions::SendShowMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short KeyBitSum, char Time, byte MultiPart, string Text ) : void
MessageFunctions::SendShowMenuMessage ( MessageDestination destination, IntPtr playerEntity, ShowMenuMessage val ) : void
MessageFunctions::SendShowMenuMessage ( MessageDestination destination, ShowMenuMessage val ) : void
MessageFunctions::SendShowMenuMessage ( this player, IntPtr floatValue, ShowMenuMessage val ) : void
MessageFunctions::SendShowMenuMessage ( this player, ShowMenuMessage val ) : void
MessageFunctions::SendShowMenuMessage ( this player, short KeyBitSum, char Time, byte MultiPart, string Text ) : void
MessageFunctions