C# Class Pluton.Rust.Events.ShootRocketEvent

Inheritance: Core.Event
Show file 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 property

public BaseLauncher BaseLauncher
return BaseLauncher

Entity public property

public Entity,Core Entity
return Core.Entity

Player public property

public Player,Core Player
return Core.Player