C# Class SharpMod.Messages.MessageFunctions

Afficher le fichier Open project: txdv/sharpmod

Méthodes publiques

Méthode Description
ClientPrint ( this player, string text ) : void

Prints some text in the clients chat, not colored. It sends a message in order to do so.

ClientPrint ( this player, string text, object obj ) : void

Prints some text in the clients chat, not colored. Use {0} for argument typing. It sends a message in order to do so.

ClientPrintEachLine ( this player, string text ) : void

Splits the string in an array (determines boundaries by \n and \r) and prints each string

SendADStopMessage ( MessageDestination destination, ADStopMessage val ) : void
SendADStopMessage ( MessageDestination destination, IntPtr playerEntity, ADStopMessage val ) : void
SendADStopMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendADStopMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ADStopMessage val ) : void
SendADStopMessage ( this player ) : void
SendADStopMessage ( this player, ADStopMessage val ) : void
SendADStopMessage ( this player, IntPtr floatValue, ADStopMessage val ) : void
SendAllowSpecMessage ( MessageDestination destination, AllowSpecMessage val ) : void
SendAllowSpecMessage ( MessageDestination destination, IntPtr playerEntity, AllowSpecMessage val ) : void
SendAllowSpecMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AllowSpecMessage val ) : void
SendAllowSpecMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Allowed ) : void
SendAllowSpecMessage ( this player, AllowSpecMessage val ) : void
SendAllowSpecMessage ( this player, IntPtr floatValue, AllowSpecMessage val ) : void
SendAllowSpecMessage ( this player, byte Allowed ) : void
SendAmmoPickupMessage ( MessageDestination destination, AmmoPickupMessage val ) : void
SendAmmoPickupMessage ( MessageDestination destination, IntPtr playerEntity, AmmoPickupMessage val ) : void
SendAmmoPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AmmoPickupMessage val ) : void
SendAmmoPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte AmmoID, byte Ammount ) : void
SendAmmoPickupMessage ( this player, AmmoPickupMessage val ) : void
SendAmmoPickupMessage ( this player, IntPtr floatValue, AmmoPickupMessage val ) : void
SendAmmoPickupMessage ( this player, byte AmmoID, byte Ammount ) : void
SendAmmoXMessage ( MessageDestination destination, AmmoXMessage val ) : void
SendAmmoXMessage ( MessageDestination destination, IntPtr playerEntity, AmmoXMessage val ) : void
SendAmmoXMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AmmoXMessage val ) : void
SendAmmoXMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte AmmoID, byte Ammount ) : void
SendAmmoXMessage ( this player, AmmoXMessage val ) : void
SendAmmoXMessage ( this player, IntPtr floatValue, AmmoXMessage val ) : void
SendAmmoXMessage ( this player, byte AmmoID, byte Ammount ) : void
SendArmorTypeMessage ( MessageDestination destination, ArmorTypeMessage val ) : void
SendArmorTypeMessage ( MessageDestination destination, IntPtr playerEntity, ArmorTypeMessage val ) : void
SendArmorTypeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ArmorTypeMessage val ) : void
SendArmorTypeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
SendArmorTypeMessage ( this player, ArmorTypeMessage val ) : void
SendArmorTypeMessage ( this player, IntPtr floatValue, ArmorTypeMessage val ) : void
SendArmorTypeMessage ( this player, byte Flag ) : void
SendBarTime2Message ( MessageDestination destination, BarTime2Message val ) : void
SendBarTime2Message ( MessageDestination destination, IntPtr playerEntity, BarTime2Message val ) : void
SendBarTime2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BarTime2Message val ) : void
SendBarTime2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Duratino, short startPercents ) : void
SendBarTime2Message ( this player, BarTime2Message val ) : void
SendBarTime2Message ( this player, IntPtr floatValue, BarTime2Message val ) : void
SendBarTime2Message ( this player, short Duratino, short startPercents ) : void
SendBarTimeMessage ( MessageDestination destination, BarTimeMessage val ) : void
SendBarTimeMessage ( MessageDestination destination, IntPtr playerEntity, BarTimeMessage val ) : void
SendBarTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BarTimeMessage val ) : void
SendBarTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Duration ) : void
SendBarTimeMessage ( this player, BarTimeMessage val ) : void
SendBarTimeMessage ( this player, IntPtr floatValue, BarTimeMessage val ) : void
SendBarTimeMessage ( this player, short Duration ) : void
SendBatteryMessage ( MessageDestination destination, BatteryMessage val ) : void
SendBatteryMessage ( MessageDestination destination, IntPtr playerEntity, BatteryMessage val ) : void
SendBatteryMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BatteryMessage val ) : void
SendBatteryMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Armor ) : void
SendBatteryMessage ( this player, BatteryMessage val ) : void
SendBatteryMessage ( this player, IntPtr floatValue, BatteryMessage val ) : void
SendBatteryMessage ( this player, short Armor ) : void
SendBlinkAcctMessage ( MessageDestination destination, BlinkAcctMessage val ) : void
SendBlinkAcctMessage ( MessageDestination destination, IntPtr playerEntity, BlinkAcctMessage val ) : void
SendBlinkAcctMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BlinkAcctMessage val ) : void
SendBlinkAcctMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte BlinkAmt ) : void
SendBlinkAcctMessage ( this player, BlinkAcctMessage val ) : void
SendBlinkAcctMessage ( this player, IntPtr floatValue, BlinkAcctMessage val ) : void
SendBlinkAcctMessage ( this player, byte BlinkAmt ) : void
SendBombDropMessage ( MessageDestination destination, BombDropMessage val ) : void
SendBombDropMessage ( MessageDestination destination, IntPtr playerEntity, BombDropMessage val ) : void
SendBombDropMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BombDropMessage val ) : void
SendBombDropMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, int CoordX, int CoordY, int CoordZ, byte Flag ) : void
SendBombDropMessage ( this player, BombDropMessage val ) : void
SendBombDropMessage ( this player, IntPtr floatValue, BombDropMessage val ) : void
SendBombDropMessage ( this player, int CoordX, int CoordY, int CoordZ, byte Flag ) : void
SendBombPickupMessage ( MessageDestination destination, BombPickupMessage val ) : void
SendBombPickupMessage ( MessageDestination destination, IntPtr playerEntity, BombPickupMessage val ) : void
SendBombPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendBombPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BombPickupMessage val ) : void
SendBombPickupMessage ( this player ) : void
SendBombPickupMessage ( this player, BombPickupMessage val ) : void
SendBombPickupMessage ( this player, IntPtr floatValue, BombPickupMessage val ) : void
SendBotProgressMessage ( MessageDestination destination, BotProgressMessage val ) : void
SendBotProgressMessage ( MessageDestination destination, IntPtr playerEntity, BotProgressMessage val ) : void
SendBotProgressMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BotProgressMessage val ) : void
SendBotProgressMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, byte Progress, string Header ) : void
SendBotProgressMessage ( this player, BotProgressMessage val ) : void
SendBotProgressMessage ( this player, IntPtr floatValue, BotProgressMessage val ) : void
SendBotProgressMessage ( this player, byte Flag, byte Progress, string Header ) : void
SendBotVoiceMessage ( MessageDestination destination, BotVoiceMessage val ) : void
SendBotVoiceMessage ( MessageDestination destination, IntPtr playerEntity, BotVoiceMessage val ) : void
SendBotVoiceMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BotVoiceMessage val ) : void
SendBotVoiceMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Status, byte PlayerIndex ) : void
SendBotVoiceMessage ( this player, BotVoiceMessage val ) : void
SendBotVoiceMessage ( this player, IntPtr floatValue, BotVoiceMessage val ) : void
SendBotVoiceMessage ( this player, byte Status, byte PlayerIndex ) : void
SendBrassMessage ( MessageDestination destination, BrassMessage val ) : void
SendBrassMessage ( MessageDestination destination, IntPtr playerEntity, BrassMessage val ) : void
SendBrassMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BrassMessage val ) : void
SendBrassMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown, int StartX, int StartY, int StartZ, int VelocityX, int VelocityY, int VelocityZ, int UnknownX, int UnknownY, int UnknownZ, int Life, short Model, byte Unknownb1, byte Unknownb2, byte Unknownb3 ) : void
SendBrassMessage ( this player, BrassMessage val ) : void
SendBrassMessage ( this player, IntPtr floatValue, BrassMessage val ) : void
SendBrassMessage ( this player, byte Unknown, int StartX, int StartY, int StartZ, int VelocityX, int VelocityY, int VelocityZ, int UnknownX, int UnknownY, int UnknownZ, int Life, short Model, byte Unknownb1, byte Unknownb2, byte Unknownb3 ) : void
SendBuyCloseMessage ( MessageDestination destination, BuyCloseMessage val ) : void
SendBuyCloseMessage ( MessageDestination destination, IntPtr playerEntity, BuyCloseMessage val ) : void
SendBuyCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendBuyCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BuyCloseMessage val ) : void
SendBuyCloseMessage ( this player ) : void
SendBuyCloseMessage ( this player, BuyCloseMessage val ) : void
SendBuyCloseMessage ( this player, IntPtr floatValue, BuyCloseMessage val ) : void
SendCZCareerHUDMessage ( MessageDestination destination, CZCareerHUDMessage val ) : void
SendCZCareerHUDMessage ( MessageDestination destination, IntPtr playerEntity, CZCareerHUDMessage val ) : void
SendCZCareerHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CZCareerHUDMessage val ) : void
SendCZCareerHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Type, int Parameters ) : void
SendCZCareerHUDMessage ( this player, CZCareerHUDMessage val ) : void
SendCZCareerHUDMessage ( this player, IntPtr floatValue, CZCareerHUDMessage val ) : void
SendCZCareerHUDMessage ( this player, string Type, int Parameters ) : void
SendCZCareerMessage ( MessageDestination destination, CZCareerMessage val ) : void
SendCZCareerMessage ( MessageDestination destination, IntPtr playerEntity, CZCareerMessage val ) : void
SendCZCareerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CZCareerMessage val ) : void
SendCZCareerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Type, int Parameters ) : void
SendCZCareerMessage ( this player, CZCareerMessage val ) : void
SendCZCareerMessage ( this player, IntPtr floatValue, CZCareerMessage val ) : void
SendCZCareerMessage ( this player, string Type, int Parameters ) : void
SendClCorpseMessage ( MessageDestination destination, ClCorpseMessage val ) : void
SendClCorpseMessage ( MessageDestination destination, IntPtr playerEntity, ClCorpseMessage val ) : void
SendClCorpseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ClCorpseMessage val ) : void
SendClCorpseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string ModelName, long CoordX, long CoordY, long CoordZ, int Angle0, int Angle1, int Angle2, long Delay, byte Sequence, byte ClassID, byte TeamID, byte PlayerID ) : void
SendClCorpseMessage ( this player, ClCorpseMessage val ) : void
SendClCorpseMessage ( this player, IntPtr floatValue, ClCorpseMessage val ) : void
SendClCorpseMessage ( this player, string ModelName, long CoordX, long CoordY, long CoordZ, int Angle0, int Angle1, int Angle2, long Delay, byte Sequence, byte ClassID, byte TeamID, byte PlayerID ) : void
SendCrosshairMessage ( MessageDestination destination, CrosshairMessage val ) : void
SendCrosshairMessage ( MessageDestination destination, IntPtr playerEntity, CrosshairMessage val ) : void
SendCrosshairMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CrosshairMessage val ) : void
SendCrosshairMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
SendCrosshairMessage ( this player, CrosshairMessage val ) : void
SendCrosshairMessage ( this player, IntPtr floatValue, CrosshairMessage val ) : void
SendCrosshairMessage ( this player, byte Flag ) : void
SendCurWeaponMessage ( MessageDestination destination, CurWeaponMessage val ) : void
SendCurWeaponMessage ( MessageDestination destination, IntPtr playerEntity, CurWeaponMessage val ) : void
SendCurWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CurWeaponMessage val ) : void
SendCurWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte IsActive, byte WeaponID, byte ClipAmmo ) : void
SendCurWeaponMessage ( this player, CurWeaponMessage val ) : void
SendCurWeaponMessage ( this player, IntPtr floatValue, CurWeaponMessage val ) : void
SendCurWeaponMessage ( this player, byte IsActive, byte WeaponID, byte ClipAmmo ) : void
SendDamageMessage ( MessageDestination destination, DamageMessage val ) : void
SendDamageMessage ( MessageDestination destination, IntPtr playerEntity, DamageMessage val ) : void
SendDamageMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, DamageMessage val ) : void
SendDamageMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte DamageSave, byte DamageTake, long DamageType, int CoordX, int CoordY, int CoordZ ) : void
SendDamageMessage ( this player, DamageMessage val ) : void
SendDamageMessage ( this player, IntPtr floatValue, DamageMessage val ) : void
SendDamageMessage ( this player, byte DamageSave, byte DamageTake, long DamageType, int CoordX, int CoordY, int CoordZ ) : void
SendDeathMsgMessage ( MessageDestination destination, DeathMsgMessage val ) : void
SendDeathMsgMessage ( MessageDestination destination, IntPtr playerEntity, DeathMsgMessage val ) : void
SendDeathMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, DeathMsgMessage val ) : void
SendDeathMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte KillerID, byte VictimID, byte IsHeadshot, string TruncatedWeaponName ) : void
SendDeathMsgMessage ( this player, DeathMsgMessage val ) : void
SendDeathMsgMessage ( this player, IntPtr floatValue, DeathMsgMessage val ) : void
SendDeathMsgMessage ( this player, byte KillerID, byte VictimID, byte IsHeadshot, string TruncatedWeaponName ) : void
SendFlashBatMessage ( MessageDestination destination, FlashBatMessage val ) : void
SendFlashBatMessage ( MessageDestination destination, IntPtr playerEntity, FlashBatMessage val ) : void
SendFlashBatMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, FlashBatMessage val ) : void
SendFlashBatMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ChargePercents ) : void
SendFlashBatMessage ( this player, FlashBatMessage val ) : void
SendFlashBatMessage ( this player, IntPtr floatValue, FlashBatMessage val ) : void
SendFlashBatMessage ( this player, byte ChargePercents ) : void
SendFlashlightMessage ( MessageDestination destination, FlashlightMessage val ) : void
SendFlashlightMessage ( MessageDestination destination, IntPtr playerEntity, FlashlightMessage val ) : void
SendFlashlightMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, FlashlightMessage val ) : void
SendFlashlightMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, byte ChargePercents ) : void
SendFlashlightMessage ( this player, FlashlightMessage val ) : void
SendFlashlightMessage ( this player, IntPtr floatValue, FlashlightMessage val ) : void
SendFlashlightMessage ( this player, byte Flag, byte ChargePercents ) : void
SendFogMessage ( MessageDestination destination, FogMessage val ) : void
SendFogMessage ( MessageDestination destination, IntPtr playerEntity, FogMessage val ) : void
SendFogMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, FogMessage val ) : void
SendFogMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte FogValue1, byte FogValue2, byte Unknown ) : void
SendFogMessage ( this player, FogMessage val ) : void
SendFogMessage ( this player, IntPtr floatValue, FogMessage val ) : void
SendFogMessage ( this player, byte FogValue1, byte FogValue2, byte Unknown ) : void
SendForceCamMessage ( MessageDestination destination, ForceCamMessage val ) : void
SendForceCamMessage ( MessageDestination destination, IntPtr playerEntity, ForceCamMessage val ) : void
SendForceCamMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ForceCamMessage val ) : void
SendForceCamMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ForececamValue, byte ForcechasecamValue, byte Unknown ) : void
SendForceCamMessage ( this player, ForceCamMessage val ) : void
SendForceCamMessage ( this player, IntPtr floatValue, ForceCamMessage val ) : void
SendForceCamMessage ( this player, byte ForececamValue, byte ForcechasecamValue, byte Unknown ) : void
SendGameModeMessage ( MessageDestination destination, GameModeMessage val ) : void
SendGameModeMessage ( MessageDestination destination, IntPtr playerEntity, GameModeMessage val ) : void
SendGameModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, GameModeMessage val ) : void
SendGameModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown ) : void
SendGameModeMessage ( this player, GameModeMessage val ) : void
SendGameModeMessage ( this player, IntPtr floatValue, GameModeMessage val ) : void
SendGameModeMessage ( this player, byte Unknown ) : void
SendGameTitleMessage ( MessageDestination destination, GameTitleMessage val ) : void
SendGameTitleMessage ( MessageDestination destination, IntPtr playerEntity, GameTitleMessage val ) : void
SendGameTitleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendGameTitleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, GameTitleMessage val ) : void
SendGameTitleMessage ( this player ) : void
SendGameTitleMessage ( this player, GameTitleMessage val ) : void
SendGameTitleMessage ( this player, IntPtr floatValue, GameTitleMessage val ) : void
SendGeigerMessage ( MessageDestination destination, GeigerMessage val ) : void
SendGeigerMessage ( MessageDestination destination, IntPtr playerEntity, GeigerMessage val ) : void
SendGeigerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, GeigerMessage val ) : void
SendGeigerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Distance ) : void
SendGeigerMessage ( this player, GeigerMessage val ) : void
SendGeigerMessage ( this player, IntPtr floatValue, GeigerMessage val ) : void
SendGeigerMessage ( this player, byte Distance ) : void
SendHLTVMessage ( MessageDestination destination, HLTVMessage val ) : void
SendHLTVMessage ( MessageDestination destination, IntPtr playerEntity, HLTVMessage val ) : void
SendHLTVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HLTVMessage val ) : void
SendHLTVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ClientID, byte Flags ) : void
SendHLTVMessage ( this player, HLTVMessage val ) : void
SendHLTVMessage ( this player, IntPtr floatValue, HLTVMessage val ) : void
SendHLTVMessage ( this player, byte ClientID, byte Flags ) : void
SendHealthMessage ( MessageDestination destination, HealthMessage val ) : void
SendHealthMessage ( MessageDestination destination, IntPtr playerEntity, HealthMessage val ) : void
SendHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HealthMessage val ) : void
SendHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Health ) : void
SendHealthMessage ( this player, HealthMessage val ) : void
SendHealthMessage ( this player, IntPtr floatValue, HealthMessage val ) : void
SendHealthMessage ( this player, byte Health ) : void
SendHideStatusIcon ( this player, string spriteName ) : void

Sends a message to show a status icon

SendHideWeaponMessage ( MessageDestination destination, HideWeaponMessage val ) : void
SendHideWeaponMessage ( MessageDestination destination, IntPtr playerEntity, HideWeaponMessage val ) : void
SendHideWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HideWeaponMessage val ) : void
SendHideWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flags ) : void
SendHideWeaponMessage ( this player, HideWeaponMessage val ) : void
SendHideWeaponMessage ( this player, IntPtr floatValue, HideWeaponMessage val ) : void
SendHideWeaponMessage ( this player, byte Flags ) : void
SendHostageKMessage ( MessageDestination destination, HostageKMessage val ) : void
SendHostageKMessage ( MessageDestination destination, IntPtr playerEntity, HostageKMessage val ) : void
SendHostageKMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HostageKMessage val ) : void
SendHostageKMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte HostageID ) : void
SendHostageKMessage ( this player, HostageKMessage val ) : void
SendHostageKMessage ( this player, IntPtr floatValue, HostageKMessage val ) : void
SendHostageKMessage ( this player, byte HostageID ) : void
SendHostagePosMessage ( MessageDestination destination, HostagePosMessage val ) : void
SendHostagePosMessage ( MessageDestination destination, IntPtr playerEntity, HostagePosMessage val ) : void
SendHostagePosMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HostagePosMessage val ) : void
SendHostagePosMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, byte HostageID, int CoordX, int CoordY, int CoordZ ) : void
SendHostagePosMessage ( this player, HostagePosMessage val ) : void
SendHostagePosMessage ( this player, IntPtr floatValue, HostagePosMessage val ) : void
SendHostagePosMessage ( this player, byte Flag, byte HostageID, int CoordX, int CoordY, int CoordZ ) : void
SendHudTextArgsMessage ( MessageDestination destination, HudTextArgsMessage val ) : void
SendHudTextArgsMessage ( MessageDestination destination, IntPtr playerEntity, HudTextArgsMessage val ) : void
SendHudTextArgsMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HudTextArgsMessage val ) : void
SendHudTextArgsMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string TextCode, byte Unknown1, byte Unknown2 ) : void
SendHudTextArgsMessage ( this player, HudTextArgsMessage val ) : void
SendHudTextArgsMessage ( this player, IntPtr floatValue, HudTextArgsMessage val ) : void
SendHudTextArgsMessage ( this player, string TextCode, byte Unknown1, byte Unknown2 ) : void
SendHudTextMessage ( MessageDestination destination, HudTextMessage val ) : void
SendHudTextMessage ( MessageDestination destination, IntPtr playerEntity, HudTextMessage val ) : void
SendHudTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendHudTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HudTextMessage val ) : void
SendHudTextMessage ( this player ) : void
SendHudTextMessage ( this player, HudTextMessage val ) : void
SendHudTextMessage ( this player, IntPtr floatValue, HudTextMessage val ) : void
SendHudTextProMessage ( MessageDestination destination, HudTextProMessage val ) : void
SendHudTextProMessage ( MessageDestination destination, IntPtr playerEntity, HudTextProMessage val ) : void
SendHudTextProMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendHudTextProMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HudTextProMessage val ) : void
SendHudTextProMessage ( this player ) : void
SendHudTextProMessage ( this player, HudTextProMessage val ) : void
SendHudTextProMessage ( this player, IntPtr floatValue, HudTextProMessage val ) : void
SendInitHUDMessage ( MessageDestination destination, InitHUDMessage val ) : void
SendInitHUDMessage ( MessageDestination destination, IntPtr playerEntity, InitHUDMessage val ) : void
SendInitHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendInitHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, InitHUDMessage val ) : void
SendInitHUDMessage ( this player ) : void
SendInitHUDMessage ( this player, InitHUDMessage val ) : void
SendInitHUDMessage ( this player, IntPtr floatValue, InitHUDMessage val ) : void
SendItemPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ItemPickupMessage val ) : void
SendItemPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string ItemName ) : void
SendItemPickupMessage ( MessageDestination destination, IntPtr playerEntity, ItemPickupMessage val ) : void
SendItemPickupMessage ( MessageDestination destination, ItemPickupMessage val ) : void
SendItemPickupMessage ( this player, IntPtr floatValue, ItemPickupMessage val ) : void
SendItemPickupMessage ( this player, ItemPickupMessage val ) : void
SendItemPickupMessage ( this player, string ItemName ) : void
SendItemStatusMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ItemStatusMessage val ) : void
SendItemStatusMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ItemBitSum ) : void
SendItemStatusMessage ( MessageDestination destination, IntPtr playerEntity, ItemStatusMessage val ) : void
SendItemStatusMessage ( MessageDestination destination, ItemStatusMessage val ) : void
SendItemStatusMessage ( this player, IntPtr floatValue, ItemStatusMessage val ) : void
SendItemStatusMessage ( this player, ItemStatusMessage val ) : void
SendItemStatusMessage ( this player, byte ItemBitSum ) : void
SendLocationMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, LocationMessage val ) : void
SendLocationMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Money ) : void
SendLocationMessage ( MessageDestination destination, IntPtr playerEntity, LocationMessage val ) : void
SendLocationMessage ( MessageDestination destination, LocationMessage val ) : void
SendLocationMessage ( this player, IntPtr floatValue, LocationMessage val ) : void
SendLocationMessage ( this player, LocationMessage val ) : void
SendLocationMessage ( this player, byte Money ) : void
SendMOTDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, MOTDMessage val ) : void
SendMOTDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, string Text ) : void
SendMOTDMessage ( MessageDestination destination, IntPtr playerEntity, MOTDMessage val ) : void
SendMOTDMessage ( MessageDestination destination, MOTDMessage val ) : void
SendMOTDMessage ( this player, IntPtr floatValue, MOTDMessage val ) : void
SendMOTDMessage ( this player, MOTDMessage val ) : void
SendMOTDMessage ( this player, byte Flag, string Text ) : void
SendMoneyMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, MoneyMessage val ) : void
SendMoneyMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long Amount, byte Flag ) : void
SendMoneyMessage ( MessageDestination destination, IntPtr playerEntity, MoneyMessage val ) : void
SendMoneyMessage ( MessageDestination destination, MoneyMessage val ) : void
SendMoneyMessage ( this player, IntPtr floatValue, MoneyMessage val ) : void
SendMoneyMessage ( this player, MoneyMessage val ) : void
SendMoneyMessage ( this player, long Amount, byte Flag ) : void
SendNVGToggleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, NVGToggleMessage val ) : void
SendNVGToggleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
SendNVGToggleMessage ( MessageDestination destination, IntPtr playerEntity, NVGToggleMessage val ) : void
SendNVGToggleMessage ( MessageDestination destination, NVGToggleMessage val ) : void
SendNVGToggleMessage ( this player, IntPtr floatValue, NVGToggleMessage val ) : void
SendNVGToggleMessage ( this player, NVGToggleMessage val ) : void
SendNVGToggleMessage ( this player, byte Flag ) : void
SendRadarMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, RadarMessage val ) : void
SendRadarMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, int CoordX, int CoordY, int CoordZ ) : void
SendRadarMessage ( MessageDestination destination, IntPtr playerEntity, RadarMessage val ) : void
SendRadarMessage ( MessageDestination destination, RadarMessage val ) : void
SendRadarMessage ( this player, IntPtr floatValue, RadarMessage val ) : void
SendRadarMessage ( this player, RadarMessage val ) : void
SendRadarMessage ( this player, byte PlayerID, int CoordX, int CoordY, int CoordZ ) : void
SendReceiveWMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendReceiveWMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ReceiveWMessage val ) : void
SendReceiveWMessage ( MessageDestination destination, IntPtr playerEntity, ReceiveWMessage val ) : void
SendReceiveWMessage ( MessageDestination destination, ReceiveWMessage val ) : void
SendReceiveWMessage ( this player ) : void
SendReceiveWMessage ( this player, IntPtr floatValue, ReceiveWMessage val ) : void
SendReceiveWMessage ( this player, ReceiveWMessage val ) : void
SendReloadSoundMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ReloadSoundMessage val ) : void
SendReloadSoundMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown1, byte Unknown2 ) : void
SendReloadSoundMessage ( MessageDestination destination, IntPtr playerEntity, ReloadSoundMessage val ) : void
SendReloadSoundMessage ( MessageDestination destination, ReloadSoundMessage val ) : void
SendReloadSoundMessage ( this player, IntPtr floatValue, ReloadSoundMessage val ) : void
SendReloadSoundMessage ( this player, ReloadSoundMessage val ) : void
SendReloadSoundMessage ( this player, byte Unknown1, byte Unknown2 ) : void
SendReqStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendReqStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ReqStateMessage val ) : void
SendReqStateMessage ( MessageDestination destination, IntPtr playerEntity, ReqStateMessage val ) : void
SendReqStateMessage ( MessageDestination destination, ReqStateMessage val ) : void
SendReqStateMessage ( this player ) : void
SendReqStateMessage ( this player, IntPtr floatValue, ReqStateMessage val ) : void
SendReqStateMessage ( this player, ReqStateMessage val ) : void
SendResetHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendResetHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ResetHUDMessage val ) : void
SendResetHUDMessage ( MessageDestination destination, IntPtr playerEntity, ResetHUDMessage val ) : void
SendResetHUDMessage ( MessageDestination destination, ResetHUDMessage val ) : void
SendResetHUDMessage ( this player ) : void
SendResetHUDMessage ( this player, IntPtr floatValue, ResetHUDMessage val ) : void
SendResetHUDMessage ( this player, ResetHUDMessage val ) : void
SendRoundTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, RoundTimeMessage val ) : void
SendRoundTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Time ) : void
SendRoundTimeMessage ( MessageDestination destination, IntPtr playerEntity, RoundTimeMessage val ) : void
SendRoundTimeMessage ( MessageDestination destination, RoundTimeMessage val ) : void
SendRoundTimeMessage ( this player, IntPtr floatValue, RoundTimeMessage val ) : void
SendRoundTimeMessage ( this player, RoundTimeMessage val ) : void
SendRoundTimeMessage ( this player, short Time ) : void
SendSayTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SayTextMessage val ) : void
SendSayTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte SenderID, string String1, string String2 = null, string String3 = null ) : void
SendSayTextMessage ( MessageDestination destination, IntPtr playerEntity, SayTextMessage val ) : void
SendSayTextMessage ( MessageDestination destination, SayTextMessage val ) : void
SendSayTextMessage ( this player, IntPtr floatValue, SayTextMessage val ) : void
SendSayTextMessage ( this player, SayTextMessage val ) : void
SendSayTextMessage ( this player, byte SenderID, string String1, string String2 = null, string String3 = null ) : void
SendSayTextMessage ( this player, string text ) : void

Sends a "SayText" message to a client.

SendScenarioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScenarioMessage val ) : void
SendScenarioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Active, string Sprite, byte Alpha, short FlashRate, short Unknown ) : void
SendScenarioMessage ( MessageDestination destination, IntPtr playerEntity, ScenarioMessage val ) : void
SendScenarioMessage ( MessageDestination destination, ScenarioMessage val ) : void
SendScenarioMessage ( this player, IntPtr floatValue, ScenarioMessage val ) : void
SendScenarioMessage ( this player, ScenarioMessage val ) : void
SendScenarioMessage ( this player, byte Active, string Sprite, byte Alpha, short FlashRate, short Unknown ) : void
SendScoreAttribMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScoreAttribMessage val ) : void
SendScoreAttribMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, byte Flags ) : void
SendScoreAttribMessage ( MessageDestination destination, IntPtr playerEntity, ScoreAttribMessage val ) : void
SendScoreAttribMessage ( MessageDestination destination, ScoreAttribMessage val ) : void
SendScoreAttribMessage ( this player, IntPtr floatValue, ScoreAttribMessage val ) : void
SendScoreAttribMessage ( this player, ScoreAttribMessage val ) : void
SendScoreAttribMessage ( this player, ScoreAttribute attrib ) : void

Informs everyone that some information changed for the player.

SendScoreAttribMessage ( this player, byte PlayerID, byte Flags ) : void
SendScoreInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScoreInfoMessage val ) : void
SendScoreInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, short Frags, short Deaths, short ClassID, short TeamID ) : void
SendScoreInfoMessage ( MessageDestination destination, IntPtr playerEntity, ScoreInfoMessage val ) : void
SendScoreInfoMessage ( MessageDestination destination, ScoreInfoMessage val ) : void
SendScoreInfoMessage ( this player, IntPtr floatValue, ScoreInfoMessage val ) : void
SendScoreInfoMessage ( this player, ScoreInfoMessage val ) : void
SendScoreInfoMessage ( this player, byte PlayerID, short Frags, short Deaths, short ClassID, short TeamID ) : void
SendScreenFadeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScreenFadeMessage val ) : void
SendScreenFadeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Duration, short HoldTime, short Flags, byte ColorR, byte ColorG, byte ColorB, byte Alpha ) : void
SendScreenFadeMessage ( MessageDestination destination, IntPtr playerEntity, ScreenFadeMessage val ) : void
SendScreenFadeMessage ( MessageDestination destination, ScreenFadeMessage val ) : void
SendScreenFadeMessage ( this player, IntPtr floatValue, ScreenFadeMessage val ) : void
SendScreenFadeMessage ( this player, ScreenFadeMessage val ) : void
SendScreenFadeMessage ( this player, short Duration, short HoldTime, short Flags, byte ColorR, byte ColorG, byte ColorB, byte Alpha ) : void
SendScreenShakeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScreenShakeMessage val ) : void
SendScreenShakeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Amplitude, short Duration, short Frequency ) : void
SendScreenShakeMessage ( MessageDestination destination, IntPtr playerEntity, ScreenShakeMessage val ) : void
SendScreenShakeMessage ( MessageDestination destination, ScreenShakeMessage val ) : void
SendScreenShakeMessage ( this player, IntPtr floatValue, ScreenShakeMessage val ) : void
SendScreenShakeMessage ( this player, ScreenShakeMessage val ) : void
SendScreenShakeMessage ( this player, short Amplitude, short Duration, short Frequency ) : void
SendSendAudioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SendAudioMessage val ) : void
SendSendAudioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte SenderID, string AduioCode, short Pitch ) : void
SendSendAudioMessage ( MessageDestination destination, IntPtr playerEntity, SendAudioMessage val ) : void
SendSendAudioMessage ( MessageDestination destination, SendAudioMessage val ) : void
SendSendAudioMessage ( this player, IntPtr floatValue, SendAudioMessage val ) : void
SendSendAudioMessage ( this player, SendAudioMessage val ) : void
SendSendAudioMessage ( this player, byte SenderID, string AduioCode, short Pitch ) : void
SendServerNameMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ServerNameMessage val ) : void
SendServerNameMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string ServerName ) : void
SendServerNameMessage ( MessageDestination destination, IntPtr playerEntity, ServerNameMessage val ) : void
SendServerNameMessage ( MessageDestination destination, ServerNameMessage val ) : void
SendServerNameMessage ( this player, IntPtr floatValue, ServerNameMessage val ) : void
SendServerNameMessage ( this player, ServerNameMessage val ) : void
SendServerNameMessage ( this player, string ServerName ) : void
SendSetFOVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SetFOVMessage val ) : void
SendSetFOVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Degrees ) : void
SendSetFOVMessage ( MessageDestination destination, IntPtr playerEntity, SetFOVMessage val ) : void
SendSetFOVMessage ( MessageDestination destination, SetFOVMessage val ) : void
SendSetFOVMessage ( this player, IntPtr floatValue, SetFOVMessage val ) : void
SendSetFOVMessage ( this player, SetFOVMessage val ) : void
SendSetFOVMessage ( this player, byte Degrees ) : void
SendShadowIdxMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShadowIdxMessage val ) : void
SendShadowIdxMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long Unknown ) : void
SendShadowIdxMessage ( MessageDestination destination, IntPtr playerEntity, ShadowIdxMessage val ) : void
SendShadowIdxMessage ( MessageDestination destination, ShadowIdxMessage val ) : void
SendShadowIdxMessage ( this player, IntPtr floatValue, ShadowIdxMessage val ) : void
SendShadowIdxMessage ( this player, ShadowIdxMessage val ) : void
SendShadowIdxMessage ( this player, long Unknown ) : void
SendShowMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowMenuMessage val ) : void
SendShowMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short KeyBitSum, char Time, byte MultiPart, string Text ) : void
SendShowMenuMessage ( MessageDestination destination, IntPtr playerEntity, ShowMenuMessage val ) : void
SendShowMenuMessage ( MessageDestination destination, ShowMenuMessage val ) : void
SendShowMenuMessage ( this player, IntPtr floatValue, ShowMenuMessage val ) : void
SendShowMenuMessage ( this player, ShowMenuMessage val ) : void
SendShowMenuMessage ( this player, short KeyBitSum, char Time, byte MultiPart, string Text ) : void
SendShowTimerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendShowTimerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowTimerMessage val ) : void
SendShowTimerMessage ( MessageDestination destination, IntPtr playerEntity, ShowTimerMessage val ) : void
SendShowTimerMessage ( MessageDestination destination, ShowTimerMessage val ) : void
SendShowTimerMessage ( this player ) : void
SendShowTimerMessage ( this player, IntPtr floatValue, ShowTimerMessage val ) : void
SendShowTimerMessage ( this player, ShowTimerMessage val ) : void
SendSpecHealth2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SpecHealth2Message val ) : void
SendSpecHealth2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Health, byte PlayerID ) : void
SendSpecHealth2Message ( MessageDestination destination, IntPtr playerEntity, SpecHealth2Message val ) : void
SendSpecHealth2Message ( MessageDestination destination, SpecHealth2Message val ) : void
SendSpecHealth2Message ( this player, IntPtr floatValue, SpecHealth2Message val ) : void
SendSpecHealth2Message ( this player, SpecHealth2Message val ) : void
SendSpecHealth2Message ( this player, byte Health, byte PlayerID ) : void
SendSpecHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SpecHealthMessage val ) : void
SendSpecHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Health ) : void
SendSpecHealthMessage ( MessageDestination destination, IntPtr playerEntity, SpecHealthMessage val ) : void
SendSpecHealthMessage ( MessageDestination destination, SpecHealthMessage val ) : void
SendSpecHealthMessage ( this player, IntPtr floatValue, SpecHealthMessage val ) : void
SendSpecHealthMessage ( this player, SpecHealthMessage val ) : void
SendSpecHealthMessage ( this player, byte Health ) : void
SendSpectatorMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SpectatorMessage val ) : void
SendSpectatorMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ClientID, byte Unknown ) : void
SendSpectatorMessage ( MessageDestination destination, IntPtr playerEntity, SpectatorMessage val ) : void
SendSpectatorMessage ( MessageDestination destination, SpectatorMessage val ) : void
SendSpectatorMessage ( this player, IntPtr floatValue, SpectatorMessage val ) : void
SendSpectatorMessage ( this player, SpectatorMessage val ) : void
SendSpectatorMessage ( this player, byte ClientID, byte Unknown ) : void
SendStatusIconMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusIconMessage val ) : void
SendStatusIconMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Status, string SpriteName, byte ColorR, byte ColorG, byte ColorB ) : void
SendStatusIconMessage ( MessageDestination destination, IntPtr playerEntity, StatusIconMessage val ) : void
SendStatusIconMessage ( MessageDestination destination, StatusIconMessage val ) : void
SendStatusIconMessage ( this player, IntPtr floatValue, StatusIconMessage val ) : void
SendStatusIconMessage ( this player, StatusIconMessage val ) : void
SendStatusIconMessage ( this player, StatusIconState status, string spriteName, Color color ) : void

Sends the status icon message to a player.

SendStatusIconMessage ( this player, byte Status, string SpriteName, byte ColorR, byte ColorG, byte ColorB ) : void
SendStatusTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusTextMessage val ) : void
SendStatusTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown, string Text ) : void
SendStatusTextMessage ( MessageDestination destination, IntPtr playerEntity, StatusTextMessage val ) : void
SendStatusTextMessage ( MessageDestination destination, StatusTextMessage val ) : void
SendStatusTextMessage ( this player, IntPtr floatValue, StatusTextMessage val ) : void
SendStatusTextMessage ( this player, StatusTextMessage val ) : void
SendStatusTextMessage ( this player, byte Unknown, string Text ) : void
SendStatusValueMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusValueMessage val ) : void
SendStatusValueMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, short Value ) : void
SendStatusValueMessage ( MessageDestination destination, IntPtr playerEntity, StatusValueMessage val ) : void
SendStatusValueMessage ( MessageDestination destination, StatusValueMessage val ) : void
SendStatusValueMessage ( this player, IntPtr floatValue, StatusValueMessage val ) : void
SendStatusValueMessage ( this player, StatusValueMessage val ) : void
SendStatusValueMessage ( this player, byte Flag, short Value ) : void
SendTaskTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TaskTimeMessage val ) : void
SendTaskTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Time, byte Active, byte Fade ) : void
SendTaskTimeMessage ( MessageDestination destination, IntPtr playerEntity, TaskTimeMessage val ) : void
SendTaskTimeMessage ( MessageDestination destination, TaskTimeMessage val ) : void
SendTaskTimeMessage ( this player, IntPtr floatValue, TaskTimeMessage val ) : void
SendTaskTimeMessage ( this player, TaskTimeMessage val ) : void
SendTaskTimeMessage ( this player, short Time, byte Active, byte Fade ) : void
SendTeamInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TeamInfoMessage val ) : void
SendTeamInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, string TeamName ) : void
SendTeamInfoMessage ( MessageDestination destination, IntPtr playerEntity, TeamInfoMessage val ) : void
SendTeamInfoMessage ( MessageDestination destination, TeamInfoMessage val ) : void
SendTeamInfoMessage ( this player, IntPtr floatValue, TeamInfoMessage val ) : void
SendTeamInfoMessage ( this player, Player playerTeamChange, string team ) : void
SendTeamInfoMessage ( this player, TeamInfoMessage val ) : void
SendTeamInfoMessage ( this player, byte PlayerID, string TeamName ) : void
SendTeamInfoMessage ( this player, string team ) : void

Sends a TeamInfo message to the player to inform of a teamchange The SpecialColor is set according to the Team the player is in. This is needed in order to use All 3 Counter Strike colors in chat.

SendTeamScoreMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TeamScoreMessage val ) : void
SendTeamScoreMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Score ) : void
SendTeamScoreMessage ( MessageDestination destination, IntPtr playerEntity, TeamScoreMessage val ) : void
SendTeamScoreMessage ( MessageDestination destination, TeamScoreMessage val ) : void
SendTeamScoreMessage ( this player, IntPtr floatValue, TeamScoreMessage val ) : void
SendTeamScoreMessage ( this player, TeamScoreMessage val ) : void
SendTeamScoreMessage ( this player, string Score ) : void
SendTextMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TextMsgMessage val ) : void
SendTextMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte DestinationType, string MessageContent, string Submsg1 = null, string Submsg2 = null, string Submsg3 = null, string Submsg4 = null ) : void
SendTextMsgMessage ( MessageDestination destination, IntPtr playerEntity, TextMsgMessage val ) : void
SendTextMsgMessage ( MessageDestination destination, TextMsgMessage val ) : void
SendTextMsgMessage ( this player, IntPtr floatValue, TextMsgMessage val ) : void
SendTextMsgMessage ( this player, TextMsgMessage val ) : void
SendTextMsgMessage ( this player, TextMsgPosition position, string text ) : void
SendTextMsgMessage ( this player, byte DestinationType, string MessageContent, string Submsg1 = null, string Submsg2 = null, string Submsg3 = null, string Submsg4 = null ) : void
SendTrainMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TrainMessage val ) : void
SendTrainMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Speed ) : void
SendTrainMessage ( MessageDestination destination, IntPtr playerEntity, TrainMessage val ) : void
SendTrainMessage ( MessageDestination destination, TrainMessage val ) : void
SendTrainMessage ( this player, IntPtr floatValue, TrainMessage val ) : void
SendTrainMessage ( this player, TrainMessage val ) : void
SendTrainMessage ( this player, byte Speed ) : void
SendTutorCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendTutorCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorCloseMessage val ) : void
SendTutorCloseMessage ( MessageDestination destination, IntPtr playerEntity, TutorCloseMessage val ) : void
SendTutorCloseMessage ( MessageDestination destination, TutorCloseMessage val ) : void
SendTutorCloseMessage ( this player ) : void
SendTutorCloseMessage ( this player, IntPtr floatValue, TutorCloseMessage val ) : void
SendTutorCloseMessage ( this player, TutorCloseMessage val ) : void
SendTutorLineMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendTutorLineMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorLineMessage val ) : void
SendTutorLineMessage ( MessageDestination destination, IntPtr playerEntity, TutorLineMessage val ) : void
SendTutorLineMessage ( MessageDestination destination, TutorLineMessage val ) : void
SendTutorLineMessage ( this player ) : void
SendTutorLineMessage ( this player, IntPtr floatValue, TutorLineMessage val ) : void
SendTutorLineMessage ( this player, TutorLineMessage val ) : void
SendTutorStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendTutorStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorStateMessage val ) : void
SendTutorStateMessage ( MessageDestination destination, IntPtr playerEntity, TutorStateMessage val ) : void
SendTutorStateMessage ( MessageDestination destination, TutorStateMessage val ) : void
SendTutorStateMessage ( this player ) : void
SendTutorStateMessage ( this player, IntPtr floatValue, TutorStateMessage val ) : void
SendTutorStateMessage ( this player, TutorStateMessage val ) : void
SendTutorTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorTextMessage val ) : void
SendTutorTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Unknown1, byte Unknown2, short Unknown3, short Unknown4, short Unknown5 ) : void
SendTutorTextMessage ( MessageDestination destination, IntPtr playerEntity, TutorTextMessage val ) : void
SendTutorTextMessage ( MessageDestination destination, TutorTextMessage val ) : void
SendTutorTextMessage ( this player, IntPtr floatValue, TutorTextMessage val ) : void
SendTutorTextMessage ( this player, TutorTextMessage val ) : void
SendTutorTextMessage ( this player, string Unknown1, byte Unknown2, short Unknown3, short Unknown4, short Unknown5 ) : void
SendVGUIMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, VGUIMenuMessage val ) : void
SendVGUIMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte MenuID, short KeyBitSum, char Time, byte MultiPart, string Name ) : void
SendVGUIMenuMessage ( MessageDestination destination, IntPtr playerEntity, VGUIMenuMessage val ) : void
SendVGUIMenuMessage ( MessageDestination destination, VGUIMenuMessage val ) : void
SendVGUIMenuMessage ( this player, IntPtr floatValue, VGUIMenuMessage val ) : void
SendVGUIMenuMessage ( this player, VGUIMenuMessage val ) : void
SendVGUIMenuMessage ( this player, byte MenuID, short KeyBitSum, char Time, byte MultiPart, string Name ) : void
SendViewModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
SendViewModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ViewModeMessage val ) : void
SendViewModeMessage ( MessageDestination destination, IntPtr playerEntity, ViewModeMessage val ) : void
SendViewModeMessage ( MessageDestination destination, ViewModeMessage val ) : void
SendViewModeMessage ( this player ) : void
SendViewModeMessage ( this player, IntPtr floatValue, ViewModeMessage val ) : void
SendViewModeMessage ( this player, ViewModeMessage val ) : void
SendVoiceMaskMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, VoiceMaskMessage val ) : void
SendVoiceMaskMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long AudiblePlayersIndexbitSum, long ServerBannedPlayersIndexBitSum ) : void
SendVoiceMaskMessage ( MessageDestination destination, IntPtr playerEntity, VoiceMaskMessage val ) : void
SendVoiceMaskMessage ( MessageDestination destination, VoiceMaskMessage val ) : void
SendVoiceMaskMessage ( this player, IntPtr floatValue, VoiceMaskMessage val ) : void
SendVoiceMaskMessage ( this player, VoiceMaskMessage val ) : void
SendVoiceMaskMessage ( this player, long AudiblePlayersIndexbitSum, long ServerBannedPlayersIndexBitSum ) : void
SendWeapPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, WeapPickupMessage val ) : void
SendWeapPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte WeaponID ) : void
SendWeapPickupMessage ( MessageDestination destination, IntPtr playerEntity, WeapPickupMessage val ) : void
SendWeapPickupMessage ( MessageDestination destination, WeapPickupMessage val ) : void
SendWeapPickupMessage ( this player, IntPtr floatValue, WeapPickupMessage val ) : void
SendWeapPickupMessage ( this player, WeapPickupMessage val ) : void
SendWeapPickupMessage ( this player, byte WeaponID ) : void
SendWeaponListMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, WeaponListMessage val ) : void
SendWeaponListMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string WeaponName, byte PrimaryAmmoID, byte PrimaryAmmoMaxAmount, byte SecondaryAmmoID, byte SecondaryAmmoMaxAmount, byte SlotID, byte NumberInSlot, byte WeaponID, byte Flags ) : void
SendWeaponListMessage ( MessageDestination destination, IntPtr playerEntity, WeaponListMessage val ) : void
SendWeaponListMessage ( MessageDestination destination, WeaponListMessage val ) : void
SendWeaponListMessage ( this player, IntPtr floatValue, WeaponListMessage val ) : void
SendWeaponListMessage ( this player, WeaponListMessage val ) : void
SendWeaponListMessage ( this player, string WeaponName, byte PrimaryAmmoID, byte PrimaryAmmoMaxAmount, byte SecondaryAmmoID, byte SecondaryAmmoMaxAmount, byte SlotID, byte NumberInSlot, byte WeaponID, byte Flags ) : void

Method Details

ClientPrint() public static méthode

Prints some text in the clients chat, not colored. It sends a message in order to do so.
public static ClientPrint ( this player, string text ) : void
player this /// Player ///
text string /// Text to print ///
Résultat void

ClientPrint() public static méthode

Prints some text in the clients chat, not colored. Use {0} for argument typing. It sends a message in order to do so.
public static ClientPrint ( this player, string text, object obj ) : void
player this /// Player ///
text string /// Text ///
obj object /// Arguments ///
Résultat void

ClientPrintEachLine() public static méthode

Splits the string in an array (determines boundaries by \n and \r) and prints each string
public static ClientPrintEachLine ( this player, string text ) : void
player this /// Player ///
text string /// String with \r and \n for line determination. ///
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( MessageDestination destination, ADStopMessage val ) : void
destination MessageDestination
val ADStopMessage
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( MessageDestination destination, IntPtr playerEntity, ADStopMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val ADStopMessage
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ADStopMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val ADStopMessage
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( this player ) : void
player this
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( this player, ADStopMessage val ) : void
player this
val ADStopMessage
Résultat void

SendADStopMessage() public static méthode

public static SendADStopMessage ( this player, IntPtr floatValue, ADStopMessage val ) : void
player this
floatValue System.IntPtr
val ADStopMessage
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( MessageDestination destination, AllowSpecMessage val ) : void
destination MessageDestination
val AllowSpecMessage
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( MessageDestination destination, IntPtr playerEntity, AllowSpecMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val AllowSpecMessage
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AllowSpecMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val AllowSpecMessage
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Allowed ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Allowed byte
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( this player, AllowSpecMessage val ) : void
player this
val AllowSpecMessage
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( this player, IntPtr floatValue, AllowSpecMessage val ) : void
player this
floatValue System.IntPtr
val AllowSpecMessage
Résultat void

SendAllowSpecMessage() public static méthode

public static SendAllowSpecMessage ( this player, byte Allowed ) : void
player this
Allowed byte
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( MessageDestination destination, AmmoPickupMessage val ) : void
destination MessageDestination
val AmmoPickupMessage
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( MessageDestination destination, IntPtr playerEntity, AmmoPickupMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val AmmoPickupMessage
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AmmoPickupMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val AmmoPickupMessage
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte AmmoID, byte Ammount ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
AmmoID byte
Ammount byte
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( this player, AmmoPickupMessage val ) : void
player this
val AmmoPickupMessage
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( this player, IntPtr floatValue, AmmoPickupMessage val ) : void
player this
floatValue System.IntPtr
val AmmoPickupMessage
Résultat void

SendAmmoPickupMessage() public static méthode

public static SendAmmoPickupMessage ( this player, byte AmmoID, byte Ammount ) : void
player this
AmmoID byte
Ammount byte
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( MessageDestination destination, AmmoXMessage val ) : void
destination MessageDestination
val AmmoXMessage
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( MessageDestination destination, IntPtr playerEntity, AmmoXMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val AmmoXMessage
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, AmmoXMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val AmmoXMessage
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte AmmoID, byte Ammount ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
AmmoID byte
Ammount byte
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( this player, AmmoXMessage val ) : void
player this
val AmmoXMessage
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( this player, IntPtr floatValue, AmmoXMessage val ) : void
player this
floatValue System.IntPtr
val AmmoXMessage
Résultat void

SendAmmoXMessage() public static méthode

public static SendAmmoXMessage ( this player, byte AmmoID, byte Ammount ) : void
player this
AmmoID byte
Ammount byte
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( MessageDestination destination, ArmorTypeMessage val ) : void
destination MessageDestination
val ArmorTypeMessage
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( MessageDestination destination, IntPtr playerEntity, ArmorTypeMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val ArmorTypeMessage
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ArmorTypeMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val ArmorTypeMessage
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Flag byte
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( this player, ArmorTypeMessage val ) : void
player this
val ArmorTypeMessage
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( this player, IntPtr floatValue, ArmorTypeMessage val ) : void
player this
floatValue System.IntPtr
val ArmorTypeMessage
Résultat void

SendArmorTypeMessage() public static méthode

public static SendArmorTypeMessage ( this player, byte Flag ) : void
player this
Flag byte
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( MessageDestination destination, BarTime2Message val ) : void
destination MessageDestination
val BarTime2Message
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( MessageDestination destination, IntPtr playerEntity, BarTime2Message val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BarTime2Message
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BarTime2Message val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BarTime2Message
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Duratino, short startPercents ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Duratino short
startPercents short
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( this player, BarTime2Message val ) : void
player this
val BarTime2Message
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( this player, IntPtr floatValue, BarTime2Message val ) : void
player this
floatValue System.IntPtr
val BarTime2Message
Résultat void

SendBarTime2Message() public static méthode

public static SendBarTime2Message ( this player, short Duratino, short startPercents ) : void
player this
Duratino short
startPercents short
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( MessageDestination destination, BarTimeMessage val ) : void
destination MessageDestination
val BarTimeMessage
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( MessageDestination destination, IntPtr playerEntity, BarTimeMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BarTimeMessage
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BarTimeMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BarTimeMessage
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Duration ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Duration short
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( this player, BarTimeMessage val ) : void
player this
val BarTimeMessage
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( this player, IntPtr floatValue, BarTimeMessage val ) : void
player this
floatValue System.IntPtr
val BarTimeMessage
Résultat void

SendBarTimeMessage() public static méthode

public static SendBarTimeMessage ( this player, short Duration ) : void
player this
Duration short
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( MessageDestination destination, BatteryMessage val ) : void
destination MessageDestination
val BatteryMessage
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( MessageDestination destination, IntPtr playerEntity, BatteryMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BatteryMessage
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BatteryMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BatteryMessage
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Armor ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Armor short
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( this player, BatteryMessage val ) : void
player this
val BatteryMessage
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( this player, IntPtr floatValue, BatteryMessage val ) : void
player this
floatValue System.IntPtr
val BatteryMessage
Résultat void

SendBatteryMessage() public static méthode

public static SendBatteryMessage ( this player, short Armor ) : void
player this
Armor short
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( MessageDestination destination, BlinkAcctMessage val ) : void
destination MessageDestination
val BlinkAcctMessage
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( MessageDestination destination, IntPtr playerEntity, BlinkAcctMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BlinkAcctMessage
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BlinkAcctMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BlinkAcctMessage
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte BlinkAmt ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
BlinkAmt byte
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( this player, BlinkAcctMessage val ) : void
player this
val BlinkAcctMessage
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( this player, IntPtr floatValue, BlinkAcctMessage val ) : void
player this
floatValue System.IntPtr
val BlinkAcctMessage
Résultat void

SendBlinkAcctMessage() public static méthode

public static SendBlinkAcctMessage ( this player, byte BlinkAmt ) : void
player this
BlinkAmt byte
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( MessageDestination destination, BombDropMessage val ) : void
destination MessageDestination
val BombDropMessage
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( MessageDestination destination, IntPtr playerEntity, BombDropMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BombDropMessage
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BombDropMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BombDropMessage
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, int CoordX, int CoordY, int CoordZ, byte Flag ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
CoordX int
CoordY int
CoordZ int
Flag byte
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( this player, BombDropMessage val ) : void
player this
val BombDropMessage
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( this player, IntPtr floatValue, BombDropMessage val ) : void
player this
floatValue System.IntPtr
val BombDropMessage
Résultat void

SendBombDropMessage() public static méthode

public static SendBombDropMessage ( this player, int CoordX, int CoordY, int CoordZ, byte Flag ) : void
player this
CoordX int
CoordY int
CoordZ int
Flag byte
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( MessageDestination destination, BombPickupMessage val ) : void
destination MessageDestination
val BombPickupMessage
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( MessageDestination destination, IntPtr playerEntity, BombPickupMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BombPickupMessage
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BombPickupMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BombPickupMessage
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( this player ) : void
player this
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( this player, BombPickupMessage val ) : void
player this
val BombPickupMessage
Résultat void

SendBombPickupMessage() public static méthode

public static SendBombPickupMessage ( this player, IntPtr floatValue, BombPickupMessage val ) : void
player this
floatValue System.IntPtr
val BombPickupMessage
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( MessageDestination destination, BotProgressMessage val ) : void
destination MessageDestination
val BotProgressMessage
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( MessageDestination destination, IntPtr playerEntity, BotProgressMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BotProgressMessage
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BotProgressMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BotProgressMessage
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, byte Progress, string Header ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Flag byte
Progress byte
Header string
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( this player, BotProgressMessage val ) : void
player this
val BotProgressMessage
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( this player, IntPtr floatValue, BotProgressMessage val ) : void
player this
floatValue System.IntPtr
val BotProgressMessage
Résultat void

SendBotProgressMessage() public static méthode

public static SendBotProgressMessage ( this player, byte Flag, byte Progress, string Header ) : void
player this
Flag byte
Progress byte
Header string
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( MessageDestination destination, BotVoiceMessage val ) : void
destination MessageDestination
val BotVoiceMessage
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( MessageDestination destination, IntPtr playerEntity, BotVoiceMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BotVoiceMessage
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BotVoiceMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BotVoiceMessage
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Status, byte PlayerIndex ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Status byte
PlayerIndex byte
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( this player, BotVoiceMessage val ) : void
player this
val BotVoiceMessage
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( this player, IntPtr floatValue, BotVoiceMessage val ) : void
player this
floatValue System.IntPtr
val BotVoiceMessage
Résultat void

SendBotVoiceMessage() public static méthode

public static SendBotVoiceMessage ( this player, byte Status, byte PlayerIndex ) : void
player this
Status byte
PlayerIndex byte
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( MessageDestination destination, BrassMessage val ) : void
destination MessageDestination
val BrassMessage
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( MessageDestination destination, IntPtr playerEntity, BrassMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BrassMessage
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BrassMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BrassMessage
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown, int StartX, int StartY, int StartZ, int VelocityX, int VelocityY, int VelocityZ, int UnknownX, int UnknownY, int UnknownZ, int Life, short Model, byte Unknownb1, byte Unknownb2, byte Unknownb3 ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Unknown byte
StartX int
StartY int
StartZ int
VelocityX int
VelocityY int
VelocityZ int
UnknownX int
UnknownY int
UnknownZ int
Life int
Model short
Unknownb1 byte
Unknownb2 byte
Unknownb3 byte
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( this player, BrassMessage val ) : void
player this
val BrassMessage
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( this player, IntPtr floatValue, BrassMessage val ) : void
player this
floatValue System.IntPtr
val BrassMessage
Résultat void

SendBrassMessage() public static méthode

public static SendBrassMessage ( this player, byte Unknown, int StartX, int StartY, int StartZ, int VelocityX, int VelocityY, int VelocityZ, int UnknownX, int UnknownY, int UnknownZ, int Life, short Model, byte Unknownb1, byte Unknownb2, byte Unknownb3 ) : void
player this
Unknown byte
StartX int
StartY int
StartZ int
VelocityX int
VelocityY int
VelocityZ int
UnknownX int
UnknownY int
UnknownZ int
Life int
Model short
Unknownb1 byte
Unknownb2 byte
Unknownb3 byte
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( MessageDestination destination, BuyCloseMessage val ) : void
destination MessageDestination
val BuyCloseMessage
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( MessageDestination destination, IntPtr playerEntity, BuyCloseMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val BuyCloseMessage
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, BuyCloseMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val BuyCloseMessage
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( this player ) : void
player this
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( this player, BuyCloseMessage val ) : void
player this
val BuyCloseMessage
Résultat void

SendBuyCloseMessage() public static méthode

public static SendBuyCloseMessage ( this player, IntPtr floatValue, BuyCloseMessage val ) : void
player this
floatValue System.IntPtr
val BuyCloseMessage
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( MessageDestination destination, CZCareerHUDMessage val ) : void
destination MessageDestination
val CZCareerHUDMessage
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( MessageDestination destination, IntPtr playerEntity, CZCareerHUDMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val CZCareerHUDMessage
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CZCareerHUDMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val CZCareerHUDMessage
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Type, int Parameters ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Type string
Parameters int
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( this player, CZCareerHUDMessage val ) : void
player this
val CZCareerHUDMessage
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( this player, IntPtr floatValue, CZCareerHUDMessage val ) : void
player this
floatValue System.IntPtr
val CZCareerHUDMessage
Résultat void

SendCZCareerHUDMessage() public static méthode

public static SendCZCareerHUDMessage ( this player, string Type, int Parameters ) : void
player this
Type string
Parameters int
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( MessageDestination destination, CZCareerMessage val ) : void
destination MessageDestination
val CZCareerMessage
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( MessageDestination destination, IntPtr playerEntity, CZCareerMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val CZCareerMessage
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CZCareerMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val CZCareerMessage
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Type, int Parameters ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
Type string
Parameters int
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( this player, CZCareerMessage val ) : void
player this
val CZCareerMessage
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( this player, IntPtr floatValue, CZCareerMessage val ) : void
player this
floatValue System.IntPtr
val CZCareerMessage
Résultat void

SendCZCareerMessage() public static méthode

public static SendCZCareerMessage ( this player, string Type, int Parameters ) : void
player this
Type string
Parameters int
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( MessageDestination destination, ClCorpseMessage val ) : void
destination MessageDestination
val ClCorpseMessage
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( MessageDestination destination, IntPtr playerEntity, ClCorpseMessage val ) : void
destination MessageDestination
playerEntity System.IntPtr
val ClCorpseMessage
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ClCorpseMessage val ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
val ClCorpseMessage
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string ModelName, long CoordX, long CoordY, long CoordZ, int Angle0, int Angle1, int Angle2, long Delay, byte Sequence, byte ClassID, byte TeamID, byte PlayerID ) : void
destination MessageDestination
floatValue System.IntPtr
playerEntity System.IntPtr
ModelName string
CoordX long
CoordY long
CoordZ long
Angle0 int
Angle1 int
Angle2 int
Delay long
Sequence byte
ClassID byte
TeamID byte
PlayerID byte
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( this player, ClCorpseMessage val ) : void
player this
val ClCorpseMessage
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( this player, IntPtr floatValue, ClCorpseMessage val ) : void
player this
floatValue IntPtr
val ClCorpseMessage
Résultat void

SendClCorpseMessage() public static méthode

public static SendClCorpseMessage ( this player, string ModelName, long CoordX, long CoordY, long CoordZ, int Angle0, int Angle1, int Angle2, long Delay, byte Sequence, byte ClassID, byte TeamID, byte PlayerID ) : void
player this
ModelName string
CoordX long
CoordY long
CoordZ long
Angle0 int
Angle1 int
Angle2 int
Delay long
Sequence byte
ClassID byte
TeamID byte
PlayerID byte
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( MessageDestination destination, CrosshairMessage val ) : void
destination MessageDestination
val CrosshairMessage
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( MessageDestination destination, IntPtr playerEntity, CrosshairMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val CrosshairMessage
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CrosshairMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val CrosshairMessage
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flag byte
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( this player, CrosshairMessage val ) : void
player this
val CrosshairMessage
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( this player, IntPtr floatValue, CrosshairMessage val ) : void
player this
floatValue IntPtr
val CrosshairMessage
Résultat void

SendCrosshairMessage() public static méthode

public static SendCrosshairMessage ( this player, byte Flag ) : void
player this
Flag byte
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( MessageDestination destination, CurWeaponMessage val ) : void
destination MessageDestination
val CurWeaponMessage
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( MessageDestination destination, IntPtr playerEntity, CurWeaponMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val CurWeaponMessage
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, CurWeaponMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val CurWeaponMessage
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte IsActive, byte WeaponID, byte ClipAmmo ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
IsActive byte
WeaponID byte
ClipAmmo byte
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( this player, CurWeaponMessage val ) : void
player this
val CurWeaponMessage
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( this player, IntPtr floatValue, CurWeaponMessage val ) : void
player this
floatValue IntPtr
val CurWeaponMessage
Résultat void

SendCurWeaponMessage() public static méthode

public static SendCurWeaponMessage ( this player, byte IsActive, byte WeaponID, byte ClipAmmo ) : void
player this
IsActive byte
WeaponID byte
ClipAmmo byte
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( MessageDestination destination, DamageMessage val ) : void
destination MessageDestination
val DamageMessage
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( MessageDestination destination, IntPtr playerEntity, DamageMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val DamageMessage
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, DamageMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val DamageMessage
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte DamageSave, byte DamageTake, long DamageType, int CoordX, int CoordY, int CoordZ ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
DamageSave byte
DamageTake byte
DamageType long
CoordX int
CoordY int
CoordZ int
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( this player, DamageMessage val ) : void
player this
val DamageMessage
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( this player, IntPtr floatValue, DamageMessage val ) : void
player this
floatValue IntPtr
val DamageMessage
Résultat void

SendDamageMessage() public static méthode

public static SendDamageMessage ( this player, byte DamageSave, byte DamageTake, long DamageType, int CoordX, int CoordY, int CoordZ ) : void
player this
DamageSave byte
DamageTake byte
DamageType long
CoordX int
CoordY int
CoordZ int
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( MessageDestination destination, DeathMsgMessage val ) : void
destination MessageDestination
val DeathMsgMessage
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( MessageDestination destination, IntPtr playerEntity, DeathMsgMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val DeathMsgMessage
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, DeathMsgMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val DeathMsgMessage
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte KillerID, byte VictimID, byte IsHeadshot, string TruncatedWeaponName ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
KillerID byte
VictimID byte
IsHeadshot byte
TruncatedWeaponName string
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( this player, DeathMsgMessage val ) : void
player this
val DeathMsgMessage
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( this player, IntPtr floatValue, DeathMsgMessage val ) : void
player this
floatValue IntPtr
val DeathMsgMessage
Résultat void

SendDeathMsgMessage() public static méthode

public static SendDeathMsgMessage ( this player, byte KillerID, byte VictimID, byte IsHeadshot, string TruncatedWeaponName ) : void
player this
KillerID byte
VictimID byte
IsHeadshot byte
TruncatedWeaponName string
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( MessageDestination destination, FlashBatMessage val ) : void
destination MessageDestination
val FlashBatMessage
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( MessageDestination destination, IntPtr playerEntity, FlashBatMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val FlashBatMessage
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, FlashBatMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val FlashBatMessage
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ChargePercents ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ChargePercents byte
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( this player, FlashBatMessage val ) : void
player this
val FlashBatMessage
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( this player, IntPtr floatValue, FlashBatMessage val ) : void
player this
floatValue IntPtr
val FlashBatMessage
Résultat void

SendFlashBatMessage() public static méthode

public static SendFlashBatMessage ( this player, byte ChargePercents ) : void
player this
ChargePercents byte
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( MessageDestination destination, FlashlightMessage val ) : void
destination MessageDestination
val FlashlightMessage
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( MessageDestination destination, IntPtr playerEntity, FlashlightMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val FlashlightMessage
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, FlashlightMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val FlashlightMessage
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, byte ChargePercents ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flag byte
ChargePercents byte
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( this player, FlashlightMessage val ) : void
player this
val FlashlightMessage
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( this player, IntPtr floatValue, FlashlightMessage val ) : void
player this
floatValue IntPtr
val FlashlightMessage
Résultat void

SendFlashlightMessage() public static méthode

public static SendFlashlightMessage ( this player, byte Flag, byte ChargePercents ) : void
player this
Flag byte
ChargePercents byte
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( MessageDestination destination, FogMessage val ) : void
destination MessageDestination
val FogMessage
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( MessageDestination destination, IntPtr playerEntity, FogMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val FogMessage
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, FogMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val FogMessage
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte FogValue1, byte FogValue2, byte Unknown ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
FogValue1 byte
FogValue2 byte
Unknown byte
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( this player, FogMessage val ) : void
player this
val FogMessage
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( this player, IntPtr floatValue, FogMessage val ) : void
player this
floatValue IntPtr
val FogMessage
Résultat void

SendFogMessage() public static méthode

public static SendFogMessage ( this player, byte FogValue1, byte FogValue2, byte Unknown ) : void
player this
FogValue1 byte
FogValue2 byte
Unknown byte
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( MessageDestination destination, ForceCamMessage val ) : void
destination MessageDestination
val ForceCamMessage
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( MessageDestination destination, IntPtr playerEntity, ForceCamMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ForceCamMessage
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ForceCamMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ForceCamMessage
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ForececamValue, byte ForcechasecamValue, byte Unknown ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ForececamValue byte
ForcechasecamValue byte
Unknown byte
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( this player, ForceCamMessage val ) : void
player this
val ForceCamMessage
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( this player, IntPtr floatValue, ForceCamMessage val ) : void
player this
floatValue IntPtr
val ForceCamMessage
Résultat void

SendForceCamMessage() public static méthode

public static SendForceCamMessage ( this player, byte ForececamValue, byte ForcechasecamValue, byte Unknown ) : void
player this
ForececamValue byte
ForcechasecamValue byte
Unknown byte
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( MessageDestination destination, GameModeMessage val ) : void
destination MessageDestination
val GameModeMessage
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( MessageDestination destination, IntPtr playerEntity, GameModeMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val GameModeMessage
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, GameModeMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val GameModeMessage
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Unknown byte
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( this player, GameModeMessage val ) : void
player this
val GameModeMessage
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( this player, IntPtr floatValue, GameModeMessage val ) : void
player this
floatValue IntPtr
val GameModeMessage
Résultat void

SendGameModeMessage() public static méthode

public static SendGameModeMessage ( this player, byte Unknown ) : void
player this
Unknown byte
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( MessageDestination destination, GameTitleMessage val ) : void
destination MessageDestination
val GameTitleMessage
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( MessageDestination destination, IntPtr playerEntity, GameTitleMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val GameTitleMessage
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, GameTitleMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val GameTitleMessage
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( this player ) : void
player this
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( this player, GameTitleMessage val ) : void
player this
val GameTitleMessage
Résultat void

SendGameTitleMessage() public static méthode

public static SendGameTitleMessage ( this player, IntPtr floatValue, GameTitleMessage val ) : void
player this
floatValue IntPtr
val GameTitleMessage
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( MessageDestination destination, GeigerMessage val ) : void
destination MessageDestination
val GeigerMessage
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( MessageDestination destination, IntPtr playerEntity, GeigerMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val GeigerMessage
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, GeigerMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val GeigerMessage
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Distance ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Distance byte
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( this player, GeigerMessage val ) : void
player this
val GeigerMessage
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( this player, IntPtr floatValue, GeigerMessage val ) : void
player this
floatValue IntPtr
val GeigerMessage
Résultat void

SendGeigerMessage() public static méthode

public static SendGeigerMessage ( this player, byte Distance ) : void
player this
Distance byte
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( MessageDestination destination, HLTVMessage val ) : void
destination MessageDestination
val HLTVMessage
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( MessageDestination destination, IntPtr playerEntity, HLTVMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HLTVMessage
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HLTVMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HLTVMessage
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ClientID, byte Flags ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ClientID byte
Flags byte
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( this player, HLTVMessage val ) : void
player this
val HLTVMessage
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( this player, IntPtr floatValue, HLTVMessage val ) : void
player this
floatValue IntPtr
val HLTVMessage
Résultat void

SendHLTVMessage() public static méthode

public static SendHLTVMessage ( this player, byte ClientID, byte Flags ) : void
player this
ClientID byte
Flags byte
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( MessageDestination destination, HealthMessage val ) : void
destination MessageDestination
val HealthMessage
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( MessageDestination destination, IntPtr playerEntity, HealthMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HealthMessage
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HealthMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HealthMessage
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Health ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Health byte
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( this player, HealthMessage val ) : void
player this
val HealthMessage
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( this player, IntPtr floatValue, HealthMessage val ) : void
player this
floatValue IntPtr
val HealthMessage
Résultat void

SendHealthMessage() public static méthode

public static SendHealthMessage ( this player, byte Health ) : void
player this
Health byte
Résultat void

SendHideStatusIcon() public static méthode

Sends a message to show a status icon
public static SendHideStatusIcon ( this player, string spriteName ) : void
player this /// A player ///
spriteName string /// The spritname of the status icon ///
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( MessageDestination destination, HideWeaponMessage val ) : void
destination MessageDestination
val HideWeaponMessage
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( MessageDestination destination, IntPtr playerEntity, HideWeaponMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HideWeaponMessage
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HideWeaponMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HideWeaponMessage
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flags ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flags byte
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( this player, HideWeaponMessage val ) : void
player this
val HideWeaponMessage
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( this player, IntPtr floatValue, HideWeaponMessage val ) : void
player this
floatValue IntPtr
val HideWeaponMessage
Résultat void

SendHideWeaponMessage() public static méthode

public static SendHideWeaponMessage ( this player, byte Flags ) : void
player this
Flags byte
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( MessageDestination destination, HostageKMessage val ) : void
destination MessageDestination
val HostageKMessage
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( MessageDestination destination, IntPtr playerEntity, HostageKMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HostageKMessage
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HostageKMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HostageKMessage
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte HostageID ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
HostageID byte
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( this player, HostageKMessage val ) : void
player this
val HostageKMessage
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( this player, IntPtr floatValue, HostageKMessage val ) : void
player this
floatValue IntPtr
val HostageKMessage
Résultat void

SendHostageKMessage() public static méthode

public static SendHostageKMessage ( this player, byte HostageID ) : void
player this
HostageID byte
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( MessageDestination destination, HostagePosMessage val ) : void
destination MessageDestination
val HostagePosMessage
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( MessageDestination destination, IntPtr playerEntity, HostagePosMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HostagePosMessage
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HostagePosMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HostagePosMessage
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, byte HostageID, int CoordX, int CoordY, int CoordZ ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flag byte
HostageID byte
CoordX int
CoordY int
CoordZ int
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( this player, HostagePosMessage val ) : void
player this
val HostagePosMessage
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( this player, IntPtr floatValue, HostagePosMessage val ) : void
player this
floatValue IntPtr
val HostagePosMessage
Résultat void

SendHostagePosMessage() public static méthode

public static SendHostagePosMessage ( this player, byte Flag, byte HostageID, int CoordX, int CoordY, int CoordZ ) : void
player this
Flag byte
HostageID byte
CoordX int
CoordY int
CoordZ int
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( MessageDestination destination, HudTextArgsMessage val ) : void
destination MessageDestination
val HudTextArgsMessage
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( MessageDestination destination, IntPtr playerEntity, HudTextArgsMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HudTextArgsMessage
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HudTextArgsMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HudTextArgsMessage
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string TextCode, byte Unknown1, byte Unknown2 ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
TextCode string
Unknown1 byte
Unknown2 byte
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( this player, HudTextArgsMessage val ) : void
player this
val HudTextArgsMessage
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( this player, IntPtr floatValue, HudTextArgsMessage val ) : void
player this
floatValue IntPtr
val HudTextArgsMessage
Résultat void

SendHudTextArgsMessage() public static méthode

public static SendHudTextArgsMessage ( this player, string TextCode, byte Unknown1, byte Unknown2 ) : void
player this
TextCode string
Unknown1 byte
Unknown2 byte
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( MessageDestination destination, HudTextMessage val ) : void
destination MessageDestination
val HudTextMessage
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( MessageDestination destination, IntPtr playerEntity, HudTextMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HudTextMessage
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HudTextMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HudTextMessage
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( this player ) : void
player this
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( this player, HudTextMessage val ) : void
player this
val HudTextMessage
Résultat void

SendHudTextMessage() public static méthode

public static SendHudTextMessage ( this player, IntPtr floatValue, HudTextMessage val ) : void
player this
floatValue IntPtr
val HudTextMessage
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( MessageDestination destination, HudTextProMessage val ) : void
destination MessageDestination
val HudTextProMessage
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( MessageDestination destination, IntPtr playerEntity, HudTextProMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val HudTextProMessage
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, HudTextProMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val HudTextProMessage
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( this player ) : void
player this
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( this player, HudTextProMessage val ) : void
player this
val HudTextProMessage
Résultat void

SendHudTextProMessage() public static méthode

public static SendHudTextProMessage ( this player, IntPtr floatValue, HudTextProMessage val ) : void
player this
floatValue IntPtr
val HudTextProMessage
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( MessageDestination destination, InitHUDMessage val ) : void
destination MessageDestination
val InitHUDMessage
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( MessageDestination destination, IntPtr playerEntity, InitHUDMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val InitHUDMessage
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, InitHUDMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val InitHUDMessage
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( this player ) : void
player this
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( this player, InitHUDMessage val ) : void
player this
val InitHUDMessage
Résultat void

SendInitHUDMessage() public static méthode

public static SendInitHUDMessage ( this player, IntPtr floatValue, InitHUDMessage val ) : void
player this
floatValue IntPtr
val InitHUDMessage
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ItemPickupMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ItemPickupMessage
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string ItemName ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ItemName string
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( MessageDestination destination, IntPtr playerEntity, ItemPickupMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ItemPickupMessage
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( MessageDestination destination, ItemPickupMessage val ) : void
destination MessageDestination
val ItemPickupMessage
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( this player, IntPtr floatValue, ItemPickupMessage val ) : void
player this
floatValue IntPtr
val ItemPickupMessage
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( this player, ItemPickupMessage val ) : void
player this
val ItemPickupMessage
Résultat void

SendItemPickupMessage() public static méthode

public static SendItemPickupMessage ( this player, string ItemName ) : void
player this
ItemName string
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ItemStatusMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ItemStatusMessage
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ItemBitSum ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ItemBitSum byte
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( MessageDestination destination, IntPtr playerEntity, ItemStatusMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ItemStatusMessage
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( MessageDestination destination, ItemStatusMessage val ) : void
destination MessageDestination
val ItemStatusMessage
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( this player, IntPtr floatValue, ItemStatusMessage val ) : void
player this
floatValue IntPtr
val ItemStatusMessage
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( this player, ItemStatusMessage val ) : void
player this
val ItemStatusMessage
Résultat void

SendItemStatusMessage() public static méthode

public static SendItemStatusMessage ( this player, byte ItemBitSum ) : void
player this
ItemBitSum byte
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, LocationMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val LocationMessage
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Money ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Money byte
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( MessageDestination destination, IntPtr playerEntity, LocationMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val LocationMessage
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( MessageDestination destination, LocationMessage val ) : void
destination MessageDestination
val LocationMessage
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( this player, IntPtr floatValue, LocationMessage val ) : void
player this
floatValue IntPtr
val LocationMessage
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( this player, LocationMessage val ) : void
player this
val LocationMessage
Résultat void

SendLocationMessage() public static méthode

public static SendLocationMessage ( this player, byte Money ) : void
player this
Money byte
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, MOTDMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val MOTDMessage
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, string Text ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flag byte
Text string
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( MessageDestination destination, IntPtr playerEntity, MOTDMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val MOTDMessage
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( MessageDestination destination, MOTDMessage val ) : void
destination MessageDestination
val MOTDMessage
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( this player, IntPtr floatValue, MOTDMessage val ) : void
player this
floatValue IntPtr
val MOTDMessage
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( this player, MOTDMessage val ) : void
player this
val MOTDMessage
Résultat void

SendMOTDMessage() public static méthode

public static SendMOTDMessage ( this player, byte Flag, string Text ) : void
player this
Flag byte
Text string
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, MoneyMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val MoneyMessage
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long Amount, byte Flag ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Amount long
Flag byte
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( MessageDestination destination, IntPtr playerEntity, MoneyMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val MoneyMessage
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( MessageDestination destination, MoneyMessage val ) : void
destination MessageDestination
val MoneyMessage
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( this player, IntPtr floatValue, MoneyMessage val ) : void
player this
floatValue IntPtr
val MoneyMessage
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( this player, MoneyMessage val ) : void
player this
val MoneyMessage
Résultat void

SendMoneyMessage() public static méthode

public static SendMoneyMessage ( this player, long Amount, byte Flag ) : void
player this
Amount long
Flag byte
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, NVGToggleMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val NVGToggleMessage
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flag byte
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( MessageDestination destination, IntPtr playerEntity, NVGToggleMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val NVGToggleMessage
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( MessageDestination destination, NVGToggleMessage val ) : void
destination MessageDestination
val NVGToggleMessage
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( this player, IntPtr floatValue, NVGToggleMessage val ) : void
player this
floatValue IntPtr
val NVGToggleMessage
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( this player, NVGToggleMessage val ) : void
player this
val NVGToggleMessage
Résultat void

SendNVGToggleMessage() public static méthode

public static SendNVGToggleMessage ( this player, byte Flag ) : void
player this
Flag byte
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, RadarMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val RadarMessage
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, int CoordX, int CoordY, int CoordZ ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
PlayerID byte
CoordX int
CoordY int
CoordZ int
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( MessageDestination destination, IntPtr playerEntity, RadarMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val RadarMessage
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( MessageDestination destination, RadarMessage val ) : void
destination MessageDestination
val RadarMessage
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( this player, IntPtr floatValue, RadarMessage val ) : void
player this
floatValue IntPtr
val RadarMessage
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( this player, RadarMessage val ) : void
player this
val RadarMessage
Résultat void

SendRadarMessage() public static méthode

public static SendRadarMessage ( this player, byte PlayerID, int CoordX, int CoordY, int CoordZ ) : void
player this
PlayerID byte
CoordX int
CoordY int
CoordZ int
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ReceiveWMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ReceiveWMessage
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( MessageDestination destination, IntPtr playerEntity, ReceiveWMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ReceiveWMessage
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( MessageDestination destination, ReceiveWMessage val ) : void
destination MessageDestination
val ReceiveWMessage
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( this player ) : void
player this
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( this player, IntPtr floatValue, ReceiveWMessage val ) : void
player this
floatValue IntPtr
val ReceiveWMessage
Résultat void

SendReceiveWMessage() public static méthode

public static SendReceiveWMessage ( this player, ReceiveWMessage val ) : void
player this
val ReceiveWMessage
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ReloadSoundMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ReloadSoundMessage
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown1, byte Unknown2 ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Unknown1 byte
Unknown2 byte
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( MessageDestination destination, IntPtr playerEntity, ReloadSoundMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ReloadSoundMessage
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( MessageDestination destination, ReloadSoundMessage val ) : void
destination MessageDestination
val ReloadSoundMessage
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( this player, IntPtr floatValue, ReloadSoundMessage val ) : void
player this
floatValue IntPtr
val ReloadSoundMessage
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( this player, ReloadSoundMessage val ) : void
player this
val ReloadSoundMessage
Résultat void

SendReloadSoundMessage() public static méthode

public static SendReloadSoundMessage ( this player, byte Unknown1, byte Unknown2 ) : void
player this
Unknown1 byte
Unknown2 byte
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ReqStateMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ReqStateMessage
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( MessageDestination destination, IntPtr playerEntity, ReqStateMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ReqStateMessage
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( MessageDestination destination, ReqStateMessage val ) : void
destination MessageDestination
val ReqStateMessage
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( this player ) : void
player this
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( this player, IntPtr floatValue, ReqStateMessage val ) : void
player this
floatValue IntPtr
val ReqStateMessage
Résultat void

SendReqStateMessage() public static méthode

public static SendReqStateMessage ( this player, ReqStateMessage val ) : void
player this
val ReqStateMessage
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ResetHUDMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ResetHUDMessage
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( MessageDestination destination, IntPtr playerEntity, ResetHUDMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ResetHUDMessage
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( MessageDestination destination, ResetHUDMessage val ) : void
destination MessageDestination
val ResetHUDMessage
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( this player ) : void
player this
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( this player, IntPtr floatValue, ResetHUDMessage val ) : void
player this
floatValue IntPtr
val ResetHUDMessage
Résultat void

SendResetHUDMessage() public static méthode

public static SendResetHUDMessage ( this player, ResetHUDMessage val ) : void
player this
val ResetHUDMessage
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, RoundTimeMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val RoundTimeMessage
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Time ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Time short
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( MessageDestination destination, IntPtr playerEntity, RoundTimeMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val RoundTimeMessage
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( MessageDestination destination, RoundTimeMessage val ) : void
destination MessageDestination
val RoundTimeMessage
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( this player, IntPtr floatValue, RoundTimeMessage val ) : void
player this
floatValue IntPtr
val RoundTimeMessage
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( this player, RoundTimeMessage val ) : void
player this
val RoundTimeMessage
Résultat void

SendRoundTimeMessage() public static méthode

public static SendRoundTimeMessage ( this player, short Time ) : void
player this
Time short
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SayTextMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SayTextMessage
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte SenderID, string String1, string String2 = null, string String3 = null ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
SenderID byte
String1 string
String2 string
String3 string
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( MessageDestination destination, IntPtr playerEntity, SayTextMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val SayTextMessage
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( MessageDestination destination, SayTextMessage val ) : void
destination MessageDestination
val SayTextMessage
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( this player, IntPtr floatValue, SayTextMessage val ) : void
player this
floatValue IntPtr
val SayTextMessage
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( this player, SayTextMessage val ) : void
player this
val SayTextMessage
Résultat void

SendSayTextMessage() public static méthode

public static SendSayTextMessage ( this player, byte SenderID, string String1, string String2 = null, string String3 = null ) : void
player this
SenderID byte
String1 string
String2 string
String3 string
Résultat void

SendSayTextMessage() public static méthode

Sends a "SayText" message to a client.
public static SendSayTextMessage ( this player, string text ) : void
player this /// A ///
text string /// A ///
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScenarioMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ScenarioMessage
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Active, string Sprite, byte Alpha, short FlashRate, short Unknown ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Active byte
Sprite string
Alpha byte
FlashRate short
Unknown short
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( MessageDestination destination, IntPtr playerEntity, ScenarioMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ScenarioMessage
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( MessageDestination destination, ScenarioMessage val ) : void
destination MessageDestination
val ScenarioMessage
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( this player, IntPtr floatValue, ScenarioMessage val ) : void
player this
floatValue IntPtr
val ScenarioMessage
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( this player, ScenarioMessage val ) : void
player this
val ScenarioMessage
Résultat void

SendScenarioMessage() public static méthode

public static SendScenarioMessage ( this player, byte Active, string Sprite, byte Alpha, short FlashRate, short Unknown ) : void
player this
Active byte
Sprite string
Alpha byte
FlashRate short
Unknown short
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScoreAttribMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ScoreAttribMessage
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, byte Flags ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
PlayerID byte
Flags byte
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( MessageDestination destination, IntPtr playerEntity, ScoreAttribMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ScoreAttribMessage
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( MessageDestination destination, ScoreAttribMessage val ) : void
destination MessageDestination
val ScoreAttribMessage
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( this player, IntPtr floatValue, ScoreAttribMessage val ) : void
player this
floatValue IntPtr
val ScoreAttribMessage
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( this player, ScoreAttribMessage val ) : void
player this
val ScoreAttribMessage
Résultat void

SendScoreAttribMessage() public static méthode

Informs everyone that some information changed for the player.
public static SendScoreAttribMessage ( this player, ScoreAttribute attrib ) : void
player this /// The player which score attribute has changed ///
attrib ScoreAttribute /// The score attribute ///
Résultat void

SendScoreAttribMessage() public static méthode

public static SendScoreAttribMessage ( this player, byte PlayerID, byte Flags ) : void
player this
PlayerID byte
Flags byte
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScoreInfoMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ScoreInfoMessage
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, short Frags, short Deaths, short ClassID, short TeamID ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
PlayerID byte
Frags short
Deaths short
ClassID short
TeamID short
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( MessageDestination destination, IntPtr playerEntity, ScoreInfoMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ScoreInfoMessage
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( MessageDestination destination, ScoreInfoMessage val ) : void
destination MessageDestination
val ScoreInfoMessage
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( this player, IntPtr floatValue, ScoreInfoMessage val ) : void
player this
floatValue IntPtr
val ScoreInfoMessage
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( this player, ScoreInfoMessage val ) : void
player this
val ScoreInfoMessage
Résultat void

SendScoreInfoMessage() public static méthode

public static SendScoreInfoMessage ( this player, byte PlayerID, short Frags, short Deaths, short ClassID, short TeamID ) : void
player this
PlayerID byte
Frags short
Deaths short
ClassID short
TeamID short
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScreenFadeMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ScreenFadeMessage
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Duration, short HoldTime, short Flags, byte ColorR, byte ColorG, byte ColorB, byte Alpha ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Duration short
HoldTime short
Flags short
ColorR byte
ColorG byte
ColorB byte
Alpha byte
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( MessageDestination destination, IntPtr playerEntity, ScreenFadeMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ScreenFadeMessage
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( MessageDestination destination, ScreenFadeMessage val ) : void
destination MessageDestination
val ScreenFadeMessage
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( this player, IntPtr floatValue, ScreenFadeMessage val ) : void
player this
floatValue IntPtr
val ScreenFadeMessage
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( this player, ScreenFadeMessage val ) : void
player this
val ScreenFadeMessage
Résultat void

SendScreenFadeMessage() public static méthode

public static SendScreenFadeMessage ( this player, short Duration, short HoldTime, short Flags, byte ColorR, byte ColorG, byte ColorB, byte Alpha ) : void
player this
Duration short
HoldTime short
Flags short
ColorR byte
ColorG byte
ColorB byte
Alpha byte
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ScreenShakeMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ScreenShakeMessage
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Amplitude, short Duration, short Frequency ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Amplitude short
Duration short
Frequency short
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( MessageDestination destination, IntPtr playerEntity, ScreenShakeMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ScreenShakeMessage
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( MessageDestination destination, ScreenShakeMessage val ) : void
destination MessageDestination
val ScreenShakeMessage
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( this player, IntPtr floatValue, ScreenShakeMessage val ) : void
player this
floatValue IntPtr
val ScreenShakeMessage
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( this player, ScreenShakeMessage val ) : void
player this
val ScreenShakeMessage
Résultat void

SendScreenShakeMessage() public static méthode

public static SendScreenShakeMessage ( this player, short Amplitude, short Duration, short Frequency ) : void
player this
Amplitude short
Duration short
Frequency short
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SendAudioMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SendAudioMessage
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte SenderID, string AduioCode, short Pitch ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
SenderID byte
AduioCode string
Pitch short
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( MessageDestination destination, IntPtr playerEntity, SendAudioMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val SendAudioMessage
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( MessageDestination destination, SendAudioMessage val ) : void
destination MessageDestination
val SendAudioMessage
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( this player, IntPtr floatValue, SendAudioMessage val ) : void
player this
floatValue IntPtr
val SendAudioMessage
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( this player, SendAudioMessage val ) : void
player this
val SendAudioMessage
Résultat void

SendSendAudioMessage() public static méthode

public static SendSendAudioMessage ( this player, byte SenderID, string AduioCode, short Pitch ) : void
player this
SenderID byte
AduioCode string
Pitch short
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ServerNameMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ServerNameMessage
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string ServerName ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ServerName string
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( MessageDestination destination, IntPtr playerEntity, ServerNameMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ServerNameMessage
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( MessageDestination destination, ServerNameMessage val ) : void
destination MessageDestination
val ServerNameMessage
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( this player, IntPtr floatValue, ServerNameMessage val ) : void
player this
floatValue IntPtr
val ServerNameMessage
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( this player, ServerNameMessage val ) : void
player this
val ServerNameMessage
Résultat void

SendServerNameMessage() public static méthode

public static SendServerNameMessage ( this player, string ServerName ) : void
player this
ServerName string
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SetFOVMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SetFOVMessage
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Degrees ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Degrees byte
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( MessageDestination destination, IntPtr playerEntity, SetFOVMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val SetFOVMessage
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( MessageDestination destination, SetFOVMessage val ) : void
destination MessageDestination
val SetFOVMessage
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( this player, IntPtr floatValue, SetFOVMessage val ) : void
player this
floatValue IntPtr
val SetFOVMessage
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( this player, SetFOVMessage val ) : void
player this
val SetFOVMessage
Résultat void

SendSetFOVMessage() public static méthode

public static SendSetFOVMessage ( this player, byte Degrees ) : void
player this
Degrees byte
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShadowIdxMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ShadowIdxMessage
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long Unknown ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Unknown long
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( MessageDestination destination, IntPtr playerEntity, ShadowIdxMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ShadowIdxMessage
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( MessageDestination destination, ShadowIdxMessage val ) : void
destination MessageDestination
val ShadowIdxMessage
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( this player, IntPtr floatValue, ShadowIdxMessage val ) : void
player this
floatValue IntPtr
val ShadowIdxMessage
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( this player, ShadowIdxMessage val ) : void
player this
val ShadowIdxMessage
Résultat void

SendShadowIdxMessage() public static méthode

public static SendShadowIdxMessage ( this player, long Unknown ) : void
player this
Unknown long
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowMenuMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ShowMenuMessage
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short KeyBitSum, char Time, byte MultiPart, string Text ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
KeyBitSum short
Time char
MultiPart byte
Text string
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( MessageDestination destination, IntPtr playerEntity, ShowMenuMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ShowMenuMessage
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( MessageDestination destination, ShowMenuMessage val ) : void
destination MessageDestination
val ShowMenuMessage
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( this player, IntPtr floatValue, ShowMenuMessage val ) : void
player this
floatValue IntPtr
val ShowMenuMessage
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( this player, ShowMenuMessage val ) : void
player this
val ShowMenuMessage
Résultat void

SendShowMenuMessage() public static méthode

public static SendShowMenuMessage ( this player, short KeyBitSum, char Time, byte MultiPart, string Text ) : void
player this
KeyBitSum short
Time char
MultiPart byte
Text string
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ShowTimerMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ShowTimerMessage
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( MessageDestination destination, IntPtr playerEntity, ShowTimerMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ShowTimerMessage
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( MessageDestination destination, ShowTimerMessage val ) : void
destination MessageDestination
val ShowTimerMessage
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( this player ) : void
player this
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( this player, IntPtr floatValue, ShowTimerMessage val ) : void
player this
floatValue IntPtr
val ShowTimerMessage
Résultat void

SendShowTimerMessage() public static méthode

public static SendShowTimerMessage ( this player, ShowTimerMessage val ) : void
player this
val ShowTimerMessage
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SpecHealth2Message val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SpecHealth2Message
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Health, byte PlayerID ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Health byte
PlayerID byte
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( MessageDestination destination, IntPtr playerEntity, SpecHealth2Message val ) : void
destination MessageDestination
playerEntity IntPtr
val SpecHealth2Message
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( MessageDestination destination, SpecHealth2Message val ) : void
destination MessageDestination
val SpecHealth2Message
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( this player, IntPtr floatValue, SpecHealth2Message val ) : void
player this
floatValue IntPtr
val SpecHealth2Message
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( this player, SpecHealth2Message val ) : void
player this
val SpecHealth2Message
Résultat void

SendSpecHealth2Message() public static méthode

public static SendSpecHealth2Message ( this player, byte Health, byte PlayerID ) : void
player this
Health byte
PlayerID byte
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SpecHealthMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SpecHealthMessage
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Health ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Health byte
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( MessageDestination destination, IntPtr playerEntity, SpecHealthMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val SpecHealthMessage
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( MessageDestination destination, SpecHealthMessage val ) : void
destination MessageDestination
val SpecHealthMessage
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( this player, IntPtr floatValue, SpecHealthMessage val ) : void
player this
floatValue IntPtr
val SpecHealthMessage
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( this player, SpecHealthMessage val ) : void
player this
val SpecHealthMessage
Résultat void

SendSpecHealthMessage() public static méthode

public static SendSpecHealthMessage ( this player, byte Health ) : void
player this
Health byte
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, SpectatorMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val SpectatorMessage
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte ClientID, byte Unknown ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
ClientID byte
Unknown byte
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( MessageDestination destination, IntPtr playerEntity, SpectatorMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val SpectatorMessage
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( MessageDestination destination, SpectatorMessage val ) : void
destination MessageDestination
val SpectatorMessage
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( this player, IntPtr floatValue, SpectatorMessage val ) : void
player this
floatValue IntPtr
val SpectatorMessage
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( this player, SpectatorMessage val ) : void
player this
val SpectatorMessage
Résultat void

SendSpectatorMessage() public static méthode

public static SendSpectatorMessage ( this player, byte ClientID, byte Unknown ) : void
player this
ClientID byte
Unknown byte
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusIconMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val StatusIconMessage
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Status, string SpriteName, byte ColorR, byte ColorG, byte ColorB ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Status byte
SpriteName string
ColorR byte
ColorG byte
ColorB byte
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( MessageDestination destination, IntPtr playerEntity, StatusIconMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val StatusIconMessage
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( MessageDestination destination, StatusIconMessage val ) : void
destination MessageDestination
val StatusIconMessage
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( this player, IntPtr floatValue, StatusIconMessage val ) : void
player this
floatValue IntPtr
val StatusIconMessage
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( this player, StatusIconMessage val ) : void
player this
val StatusIconMessage
Résultat void

SendStatusIconMessage() public static méthode

Sends the status icon message to a player.
public static SendStatusIconMessage ( this player, StatusIconState status, string spriteName, Color color ) : void
player this /// The player to whom to send ///
status StatusIconState /// The state of the status icon (hide, show, flash) ///
spriteName string /// The sprite which to use ///
color Color /// A color ///
Résultat void

SendStatusIconMessage() public static méthode

public static SendStatusIconMessage ( this player, byte Status, string SpriteName, byte ColorR, byte ColorG, byte ColorB ) : void
player this
Status byte
SpriteName string
ColorR byte
ColorG byte
ColorB byte
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusTextMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val StatusTextMessage
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Unknown, string Text ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Unknown byte
Text string
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( MessageDestination destination, IntPtr playerEntity, StatusTextMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val StatusTextMessage
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( MessageDestination destination, StatusTextMessage val ) : void
destination MessageDestination
val StatusTextMessage
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( this player, IntPtr floatValue, StatusTextMessage val ) : void
player this
floatValue IntPtr
val StatusTextMessage
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( this player, StatusTextMessage val ) : void
player this
val StatusTextMessage
Résultat void

SendStatusTextMessage() public static méthode

public static SendStatusTextMessage ( this player, byte Unknown, string Text ) : void
player this
Unknown byte
Text string
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, StatusValueMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val StatusValueMessage
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Flag, short Value ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Flag byte
Value short
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( MessageDestination destination, IntPtr playerEntity, StatusValueMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val StatusValueMessage
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( MessageDestination destination, StatusValueMessage val ) : void
destination MessageDestination
val StatusValueMessage
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( this player, IntPtr floatValue, StatusValueMessage val ) : void
player this
floatValue IntPtr
val StatusValueMessage
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( this player, StatusValueMessage val ) : void
player this
val StatusValueMessage
Résultat void

SendStatusValueMessage() public static méthode

public static SendStatusValueMessage ( this player, byte Flag, short Value ) : void
player this
Flag byte
Value short
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TaskTimeMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TaskTimeMessage
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, short Time, byte Active, byte Fade ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Time short
Active byte
Fade byte
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( MessageDestination destination, IntPtr playerEntity, TaskTimeMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TaskTimeMessage
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( MessageDestination destination, TaskTimeMessage val ) : void
destination MessageDestination
val TaskTimeMessage
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( this player, IntPtr floatValue, TaskTimeMessage val ) : void
player this
floatValue IntPtr
val TaskTimeMessage
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( this player, TaskTimeMessage val ) : void
player this
val TaskTimeMessage
Résultat void

SendTaskTimeMessage() public static méthode

public static SendTaskTimeMessage ( this player, short Time, byte Active, byte Fade ) : void
player this
Time short
Active byte
Fade byte
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TeamInfoMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TeamInfoMessage
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte PlayerID, string TeamName ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
PlayerID byte
TeamName string
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( MessageDestination destination, IntPtr playerEntity, TeamInfoMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TeamInfoMessage
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( MessageDestination destination, TeamInfoMessage val ) : void
destination MessageDestination
val TeamInfoMessage
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( this player, IntPtr floatValue, TeamInfoMessage val ) : void
player this
floatValue IntPtr
val TeamInfoMessage
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( this player, Player playerTeamChange, string team ) : void
player this
playerTeamChange Player
team string
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( this player, TeamInfoMessage val ) : void
player this
val TeamInfoMessage
Résultat void

SendTeamInfoMessage() public static méthode

public static SendTeamInfoMessage ( this player, byte PlayerID, string TeamName ) : void
player this
PlayerID byte
TeamName string
Résultat void

SendTeamInfoMessage() public static méthode

Sends a TeamInfo message to the player to inform of a teamchange The SpecialColor is set according to the Team the player is in. This is needed in order to use All 3 Counter Strike colors in chat.
public static SendTeamInfoMessage ( this player, string team ) : void
player this /// A player ///
team string /// The Team strings ("CT","TERRORIST", "SPECTATOR") ///
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TeamScoreMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TeamScoreMessage
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Score ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Score string
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( MessageDestination destination, IntPtr playerEntity, TeamScoreMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TeamScoreMessage
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( MessageDestination destination, TeamScoreMessage val ) : void
destination MessageDestination
val TeamScoreMessage
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( this player, IntPtr floatValue, TeamScoreMessage val ) : void
player this
floatValue IntPtr
val TeamScoreMessage
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( this player, TeamScoreMessage val ) : void
player this
val TeamScoreMessage
Résultat void

SendTeamScoreMessage() public static méthode

public static SendTeamScoreMessage ( this player, string Score ) : void
player this
Score string
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TextMsgMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TextMsgMessage
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte DestinationType, string MessageContent, string Submsg1 = null, string Submsg2 = null, string Submsg3 = null, string Submsg4 = null ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
DestinationType byte
MessageContent string
Submsg1 string
Submsg2 string
Submsg3 string
Submsg4 string
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( MessageDestination destination, IntPtr playerEntity, TextMsgMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TextMsgMessage
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( MessageDestination destination, TextMsgMessage val ) : void
destination MessageDestination
val TextMsgMessage
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( this player, IntPtr floatValue, TextMsgMessage val ) : void
player this
floatValue IntPtr
val TextMsgMessage
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( this player, TextMsgMessage val ) : void
player this
val TextMsgMessage
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( this player, TextMsgPosition position, string text ) : void
player this
position TextMsgPosition
text string
Résultat void

SendTextMsgMessage() public static méthode

public static SendTextMsgMessage ( this player, byte DestinationType, string MessageContent, string Submsg1 = null, string Submsg2 = null, string Submsg3 = null, string Submsg4 = null ) : void
player this
DestinationType byte
MessageContent string
Submsg1 string
Submsg2 string
Submsg3 string
Submsg4 string
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TrainMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TrainMessage
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte Speed ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Speed byte
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( MessageDestination destination, IntPtr playerEntity, TrainMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TrainMessage
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( MessageDestination destination, TrainMessage val ) : void
destination MessageDestination
val TrainMessage
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( this player, IntPtr floatValue, TrainMessage val ) : void
player this
floatValue IntPtr
val TrainMessage
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( this player, TrainMessage val ) : void
player this
val TrainMessage
Résultat void

SendTrainMessage() public static méthode

public static SendTrainMessage ( this player, byte Speed ) : void
player this
Speed byte
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorCloseMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TutorCloseMessage
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( MessageDestination destination, IntPtr playerEntity, TutorCloseMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TutorCloseMessage
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( MessageDestination destination, TutorCloseMessage val ) : void
destination MessageDestination
val TutorCloseMessage
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( this player ) : void
player this
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( this player, IntPtr floatValue, TutorCloseMessage val ) : void
player this
floatValue IntPtr
val TutorCloseMessage
Résultat void

SendTutorCloseMessage() public static méthode

public static SendTutorCloseMessage ( this player, TutorCloseMessage val ) : void
player this
val TutorCloseMessage
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorLineMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TutorLineMessage
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( MessageDestination destination, IntPtr playerEntity, TutorLineMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TutorLineMessage
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( MessageDestination destination, TutorLineMessage val ) : void
destination MessageDestination
val TutorLineMessage
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( this player ) : void
player this
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( this player, IntPtr floatValue, TutorLineMessage val ) : void
player this
floatValue IntPtr
val TutorLineMessage
Résultat void

SendTutorLineMessage() public static méthode

public static SendTutorLineMessage ( this player, TutorLineMessage val ) : void
player this
val TutorLineMessage
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorStateMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TutorStateMessage
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( MessageDestination destination, IntPtr playerEntity, TutorStateMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TutorStateMessage
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( MessageDestination destination, TutorStateMessage val ) : void
destination MessageDestination
val TutorStateMessage
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( this player ) : void
player this
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( this player, IntPtr floatValue, TutorStateMessage val ) : void
player this
floatValue IntPtr
val TutorStateMessage
Résultat void

SendTutorStateMessage() public static méthode

public static SendTutorStateMessage ( this player, TutorStateMessage val ) : void
player this
val TutorStateMessage
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, TutorTextMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val TutorTextMessage
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string Unknown1, byte Unknown2, short Unknown3, short Unknown4, short Unknown5 ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Unknown1 string
Unknown2 byte
Unknown3 short
Unknown4 short
Unknown5 short
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( MessageDestination destination, IntPtr playerEntity, TutorTextMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val TutorTextMessage
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( MessageDestination destination, TutorTextMessage val ) : void
destination MessageDestination
val TutorTextMessage
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( this player, IntPtr floatValue, TutorTextMessage val ) : void
player this
floatValue IntPtr
val TutorTextMessage
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( this player, TutorTextMessage val ) : void
player this
val TutorTextMessage
Résultat void

SendTutorTextMessage() public static méthode

public static SendTutorTextMessage ( this player, string Unknown1, byte Unknown2, short Unknown3, short Unknown4, short Unknown5 ) : void
player this
Unknown1 string
Unknown2 byte
Unknown3 short
Unknown4 short
Unknown5 short
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, VGUIMenuMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val VGUIMenuMessage
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte MenuID, short KeyBitSum, char Time, byte MultiPart, string Name ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
MenuID byte
KeyBitSum short
Time char
MultiPart byte
Name string
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( MessageDestination destination, IntPtr playerEntity, VGUIMenuMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val VGUIMenuMessage
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( MessageDestination destination, VGUIMenuMessage val ) : void
destination MessageDestination
val VGUIMenuMessage
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( this player, IntPtr floatValue, VGUIMenuMessage val ) : void
player this
floatValue IntPtr
val VGUIMenuMessage
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( this player, VGUIMenuMessage val ) : void
player this
val VGUIMenuMessage
Résultat void

SendVGUIMenuMessage() public static méthode

public static SendVGUIMenuMessage ( this player, byte MenuID, short KeyBitSum, char Time, byte MultiPart, string Name ) : void
player this
MenuID byte
KeyBitSum short
Time char
MultiPart byte
Name string
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, ViewModeMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val ViewModeMessage
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( MessageDestination destination, IntPtr playerEntity, ViewModeMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val ViewModeMessage
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( MessageDestination destination, ViewModeMessage val ) : void
destination MessageDestination
val ViewModeMessage
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( this player ) : void
player this
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( this player, IntPtr floatValue, ViewModeMessage val ) : void
player this
floatValue IntPtr
val ViewModeMessage
Résultat void

SendViewModeMessage() public static méthode

public static SendViewModeMessage ( this player, ViewModeMessage val ) : void
player this
val ViewModeMessage
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, VoiceMaskMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val VoiceMaskMessage
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, long AudiblePlayersIndexbitSum, long ServerBannedPlayersIndexBitSum ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
AudiblePlayersIndexbitSum long
ServerBannedPlayersIndexBitSum long
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( MessageDestination destination, IntPtr playerEntity, VoiceMaskMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val VoiceMaskMessage
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( MessageDestination destination, VoiceMaskMessage val ) : void
destination MessageDestination
val VoiceMaskMessage
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( this player, IntPtr floatValue, VoiceMaskMessage val ) : void
player this
floatValue IntPtr
val VoiceMaskMessage
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( this player, VoiceMaskMessage val ) : void
player this
val VoiceMaskMessage
Résultat void

SendVoiceMaskMessage() public static méthode

public static SendVoiceMaskMessage ( this player, long AudiblePlayersIndexbitSum, long ServerBannedPlayersIndexBitSum ) : void
player this
AudiblePlayersIndexbitSum long
ServerBannedPlayersIndexBitSum long
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, WeapPickupMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val WeapPickupMessage
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, byte WeaponID ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
WeaponID byte
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( MessageDestination destination, IntPtr playerEntity, WeapPickupMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val WeapPickupMessage
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( MessageDestination destination, WeapPickupMessage val ) : void
destination MessageDestination
val WeapPickupMessage
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( this player, IntPtr floatValue, WeapPickupMessage val ) : void
player this
floatValue IntPtr
val WeapPickupMessage
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( this player, WeapPickupMessage val ) : void
player this
val WeapPickupMessage
Résultat void

SendWeapPickupMessage() public static méthode

public static SendWeapPickupMessage ( this player, byte WeaponID ) : void
player this
WeaponID byte
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, WeaponListMessage val ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
val WeaponListMessage
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( MessageDestination destination, IntPtr floatValue, IntPtr playerEntity, string WeaponName, byte PrimaryAmmoID, byte PrimaryAmmoMaxAmount, byte SecondaryAmmoID, byte SecondaryAmmoMaxAmount, byte SlotID, byte NumberInSlot, byte WeaponID, byte Flags ) : void
destination MessageDestination
floatValue IntPtr
playerEntity IntPtr
WeaponName string
PrimaryAmmoID byte
PrimaryAmmoMaxAmount byte
SecondaryAmmoID byte
SecondaryAmmoMaxAmount byte
SlotID byte
NumberInSlot byte
WeaponID byte
Flags byte
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( MessageDestination destination, IntPtr playerEntity, WeaponListMessage val ) : void
destination MessageDestination
playerEntity IntPtr
val WeaponListMessage
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( MessageDestination destination, WeaponListMessage val ) : void
destination MessageDestination
val WeaponListMessage
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( this player, IntPtr floatValue, WeaponListMessage val ) : void
player this
floatValue IntPtr
val WeaponListMessage
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( this player, WeaponListMessage val ) : void
player this
val WeaponListMessage
Résultat void

SendWeaponListMessage() public static méthode

public static SendWeaponListMessage ( this player, string WeaponName, byte PrimaryAmmoID, byte PrimaryAmmoMaxAmount, byte SecondaryAmmoID, byte SecondaryAmmoMaxAmount, byte SlotID, byte NumberInSlot, byte WeaponID, byte Flags ) : void
player this
WeaponName string
PrimaryAmmoID byte
PrimaryAmmoMaxAmount byte
SecondaryAmmoID byte
SecondaryAmmoMaxAmount byte
SlotID byte
NumberInSlot byte
WeaponID byte
Flags byte
Résultat void