C# Class Pluton.Rust.Events.ItemPickupEvent

Inheritance: Core.Event
Show file Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
Entity CollectibleEntity
Item InvItem
Player Core.Player
RPCMessage BaseEntity.RPCMessage

Public Methods

Method Description
ItemPickupEvent ( CollectibleEntity collectibleEntity, Core.BaseEntity msg, Core.Item item ) : Core

Method Details

ItemPickupEvent() public method

public ItemPickupEvent ( CollectibleEntity collectibleEntity, Core.BaseEntity msg, Core.Item item ) : Core
collectibleEntity CollectibleEntity
msg Core.BaseEntity
item Core.Item
return Core

Property Details

Entity public property

public CollectibleEntity Entity
return CollectibleEntity

Item public property

public InvItem Item
return InvItem

Player public property

public Player,Core Player
return Core.Player

RPCMessage public property

public BaseEntity.RPCMessage RPCMessage
return BaseEntity.RPCMessage