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

SendShadowIdxMessage() public static method

public static SendShadowIdxMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShadowIdxMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ShadowIdxMessage
return void
        public static void SendShadowIdxMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShadowIdxMessage val)
        {
            SendShadowIdxMessage(destination, floatValue,playerEntity , val.Unknown);
        }

Same methods

MessageFunctions::SendShadowIdxMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long Unknown ) : void
MessageFunctions::SendShadowIdxMessage ( MessageDestination destination, IntPtr playerEntity, ShadowIdxMessage val ) : void
MessageFunctions::SendShadowIdxMessage ( MessageDestination destination, ShadowIdxMessage val ) : void
MessageFunctions::SendShadowIdxMessage ( this player, IntPtr floatValue, ShadowIdxMessage val ) : void
MessageFunctions::SendShadowIdxMessage ( this player, ShadowIdxMessage val ) : void
MessageFunctions::SendShadowIdxMessage ( this player, long Unknown ) : void
MessageFunctions