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

SendHostageKMessage() public static method

public static SendHostageKMessage ( MessageDestination destination, HostageKMessage val ) : void
destination MessageDestination
val HostageKMessage
return void
        public static void SendHostageKMessage(MessageDestination destination, HostageKMessage val)
        {
            SendHostageKMessage(destination, IntPtr.Zero, IntPtr.Zero , val.HostageID);
        }

Same methods

MessageFunctions::SendHostageKMessage ( MessageDestination destination, IntPtr playerEntity, HostageKMessage val ) : void
MessageFunctions::SendHostageKMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HostageKMessage val ) : void
MessageFunctions::SendHostageKMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte HostageID ) : void
MessageFunctions::SendHostageKMessage ( this player, HostageKMessage val ) : void
MessageFunctions::SendHostageKMessage ( this player, IntPtr floatValue, HostageKMessage val ) : void
MessageFunctions::SendHostageKMessage ( this player, byte HostageID ) : void
MessageFunctions