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

SendNVGToggleMessage() public static method

public static SendNVGToggleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, NVGToggleMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val NVGToggleMessage
return void
        public static void SendNVGToggleMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, NVGToggleMessage val)
        {
            SendNVGToggleMessage(destination, floatValue,playerEntity , val.Flag);
        }

Same methods

MessageFunctions::SendNVGToggleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
MessageFunctions::SendNVGToggleMessage ( MessageDestination destination, IntPtr playerEntity, NVGToggleMessage val ) : void
MessageFunctions::SendNVGToggleMessage ( MessageDestination destination, NVGToggleMessage val ) : void
MessageFunctions::SendNVGToggleMessage ( this player, IntPtr floatValue, NVGToggleMessage val ) : void
MessageFunctions::SendNVGToggleMessage ( this player, NVGToggleMessage val ) : void
MessageFunctions::SendNVGToggleMessage ( this player, byte Flag ) : void
MessageFunctions