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

SendSetFOVMessage() public static method

public static SendSetFOVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SetFOVMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SetFOVMessage
return void
        public static void SendSetFOVMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SetFOVMessage val)
        {
            SendSetFOVMessage(destination, floatValue,playerEntity , val.Degrees);
        }

Same methods

MessageFunctions::SendSetFOVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Degrees ) : void
MessageFunctions::SendSetFOVMessage ( MessageDestination destination, IntPtr playerEntity, SetFOVMessage val ) : void
MessageFunctions::SendSetFOVMessage ( MessageDestination destination, SetFOVMessage val ) : void
MessageFunctions::SendSetFOVMessage ( this player, IntPtr floatValue, SetFOVMessage val ) : void
MessageFunctions::SendSetFOVMessage ( this player, SetFOVMessage val ) : void
MessageFunctions::SendSetFOVMessage ( this player, byte Degrees ) : void
MessageFunctions