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

SendCZCareerMessage() public static method

public static SendCZCareerMessage ( MessageDestination destination, CZCareerMessage val ) : void
destination MessageDestination
val CZCareerMessage
return void
        public static void SendCZCareerMessage(MessageDestination destination, CZCareerMessage val)
        {
            SendCZCareerMessage(destination, IntPtr.Zero, IntPtr.Zero , val.Type, val.Parameters);
        }

Same methods

MessageFunctions::SendCZCareerMessage ( MessageDestination destination, IntPtr playerEntity, CZCareerMessage val ) : void
MessageFunctions::SendCZCareerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CZCareerMessage val ) : void
MessageFunctions::SendCZCareerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Type, int Parameters ) : void
MessageFunctions::SendCZCareerMessage ( this player, CZCareerMessage val ) : void
MessageFunctions::SendCZCareerMessage ( this player, IntPtr floatValue, CZCareerMessage val ) : void
MessageFunctions::SendCZCareerMessage ( this player, string Type, int Parameters ) : void
MessageFunctions