C# Class Pluton.Rust.Events.ThrowEvent

Inheritance: Core.Event
ファイルを表示 Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
ExplosiveNames string>.Dictionary
Player Core.Player
Projectile ThrownWeapon
ProjectileName string

Public Methods

Method Description
ThrowEvent ( ThrownWeapon thrownWeapon, Core.BaseEntity msg ) : System.Collections.Generic

Method Details

ThrowEvent() public method

public ThrowEvent ( ThrownWeapon thrownWeapon, Core.BaseEntity msg ) : System.Collections.Generic
thrownWeapon ThrownWeapon
msg Core.BaseEntity
return System.Collections.Generic

Property Details

ExplosiveNames public_oe static_oe property

public static Dictionary ExplosiveNames
return string>.Dictionary

Player public_oe property

public Player,Core Player
return Core.Player

Projectile public_oe property

public ThrownWeapon Projectile
return ThrownWeapon

ProjectileName public_oe property

public string ProjectileName
return string