C# Class Pluton.Rust.Events.ShootRocketEvent

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

Public Properties

Property Type Description
BaseLauncher BaseLauncher
Entity Core.Entity
Player Core.Player

Public Methods

Method Description
ShootRocketEvent ( BaseLauncher baseLauncher, Core.BaseEntity msg, Core.BaseEntity baseEntity ) : Core

Method Details

ShootRocketEvent() public method

public ShootRocketEvent ( BaseLauncher baseLauncher, Core.BaseEntity msg, Core.BaseEntity baseEntity ) : Core
baseLauncher BaseLauncher
msg Core.BaseEntity
baseEntity Core.BaseEntity
return Core

Property Details

BaseLauncher public_oe property

public BaseLauncher BaseLauncher
return BaseLauncher

Entity public_oe property

public Entity,Core Entity
return Core.Entity

Player public_oe property

public Player,Core Player
return Core.Player