C# Class Pluton.Rust.Events.ItemPickupEvent

Inheritance: Core.Event
ファイルを表示 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_oe property

public CollectibleEntity Entity
return CollectibleEntity

Item public_oe property

public InvItem Item
return InvItem

Player public_oe property

public Player,Core Player
return Core.Player

RPCMessage public_oe property

public BaseEntity.RPCMessage RPCMessage
return BaseEntity.RPCMessage