C# Class Pluton.Rust.Events.LootEvent

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

Méthodes publiques

Свойство Type Description
Cancel bool
Looter Core.Player
cancelReason string
pLoot PlayerLoot

Méthodes publiques

Méthode Description
LootEvent ( PlayerLoot playerLoot, Core.Player looter ) : Core
Stop ( string reason = "A plugin stops you from looting that!" ) : void

Method Details

LootEvent() public méthode

public LootEvent ( PlayerLoot playerLoot, Core.Player looter ) : Core
playerLoot PlayerLoot
looter Core.Player
Résultat Core

Stop() public méthode

public Stop ( string reason = "A plugin stops you from looting that!" ) : void
reason string
Résultat void

Property Details

Cancel public_oe property

public bool Cancel
Résultat bool

Looter public_oe property

public Player,Core Looter
Résultat Core.Player

cancelReason public_oe property

public string cancelReason
Résultat string

pLoot public_oe property

public PlayerLoot pLoot
Résultat PlayerLoot