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

SendAllowSpecMessage() public static method

public static SendAllowSpecMessage ( MessageDestination destination, AllowSpecMessage val ) : void
destination MessageDestination
val AllowSpecMessage
return void
        public static void SendAllowSpecMessage(MessageDestination destination, AllowSpecMessage val)
        {
            SendAllowSpecMessage(destination, IntPtr.Zero, IntPtr.Zero , val.Allowed);
        }

Same methods

MessageFunctions::SendAllowSpecMessage ( MessageDestination destination, IntPtr playerEntity, AllowSpecMessage val ) : void
MessageFunctions::SendAllowSpecMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AllowSpecMessage val ) : void
MessageFunctions::SendAllowSpecMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Allowed ) : void
MessageFunctions::SendAllowSpecMessage ( this player, AllowSpecMessage val ) : void
MessageFunctions::SendAllowSpecMessage ( this player, IntPtr floatValue, AllowSpecMessage val ) : void
MessageFunctions::SendAllowSpecMessage ( this player, byte Allowed ) : void
MessageFunctions