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

SendStatusIconMessage() public static method

public static SendStatusIconMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusIconMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val StatusIconMessage
return void
        public static void SendStatusIconMessage(MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusIconMessage val)
        {
            SendStatusIconMessage(destination, floatValue,playerEntity , val.Status, val.SpriteName, val.ColorR, val.ColorG, val.ColorB);
        }

Same methods

MessageFunctions::SendStatusIconMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Status, string SpriteName, byte ColorR, byte ColorG, byte ColorB ) : void
MessageFunctions::SendStatusIconMessage ( MessageDestination destination, IntPtr playerEntity, StatusIconMessage val ) : void
MessageFunctions::SendStatusIconMessage ( MessageDestination destination, StatusIconMessage val ) : void
MessageFunctions::SendStatusIconMessage ( this player, IntPtr floatValue, StatusIconMessage val ) : void
MessageFunctions::SendStatusIconMessage ( this player, StatusIconMessage val ) : void
MessageFunctions::SendStatusIconMessage ( this player, StatusIconState status, string spriteName, Color color ) : void
MessageFunctions::SendStatusIconMessage ( this player, byte Status, string SpriteName, byte ColorR, byte ColorG, byte ColorB ) : void
MessageFunctions