DamageEventArgs Class |
Namespace: SampSharp.GameMode.Events
public class DamageEventArgs : EventArgs
The DamageEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DamageEventArgs |
Initializes a new instance of the DamageEventArgs class.
|
| Name | Description | |
|---|---|---|
| Amount |
Gets the amount of damage done.
| |
| BodyPart |
Gets the BodyPart shot at.
| |
| OtherPlayer |
Gets the other player.
| |
| Weapon |
Gets the Weapon used to damage another player.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |