C# Class Pluton.Rust.Events.ItemPickupEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
Entity CollectibleEntity
Item InvItem
Player Core.Player
RPCMessage BaseEntity.RPCMessage

Méthodes publiques

Méthode Description
ItemPickupEvent ( CollectibleEntity collectibleEntity, Core.BaseEntity msg, Core.Item item ) : Core

Method Details

ItemPickupEvent() public méthode

public ItemPickupEvent ( CollectibleEntity collectibleEntity, Core.BaseEntity msg, Core.Item item ) : Core
collectibleEntity CollectibleEntity
msg Core.BaseEntity
item Core.Item
Résultat Core

Property Details

Entity public_oe property

public CollectibleEntity Entity
Résultat CollectibleEntity

Item public_oe property

public InvItem Item
Résultat InvItem

Player public_oe property

public Player,Core Player
Résultat Core.Player

RPCMessage public_oe property

public BaseEntity.RPCMessage RPCMessage
Résultat BaseEntity.RPCMessage