C# Class Pluton.Rust.Events.BuildingEvent

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

Méthodes publiques

Свойство Type Description
Builder Core.Player
BuildingPart BuildingPart
Construction Construction
DestroyReason string
DoDestroy bool
NeedsValidPlacement bool
Target Construction.Target

Méthodes publiques

Méthode Description
BuildingEvent ( Construction construction, Construction target, BuildingBlock buildingBlock, bool needsValidPlacement ) : System
Destroy ( string reason = "Plugin blocks building!" ) : void

Method Details

BuildingEvent() public méthode

public BuildingEvent ( Construction construction, Construction target, BuildingBlock buildingBlock, bool needsValidPlacement ) : System
construction Construction
target Construction
buildingBlock BuildingBlock
needsValidPlacement bool
Résultat System

Destroy() public méthode

public Destroy ( string reason = "Plugin blocks building!" ) : void
reason string
Résultat void

Property Details

Builder public_oe property

public Player,Core Builder
Résultat Core.Player

BuildingPart public_oe property

public BuildingPart BuildingPart
Résultat BuildingPart

Construction public_oe property

public Construction Construction
Résultat Construction

DestroyReason public_oe property

public string DestroyReason
Résultat string

DoDestroy public_oe property

public bool DoDestroy
Résultat bool

NeedsValidPlacement public_oe property

public bool NeedsValidPlacement
Résultat bool

Target public_oe property

public Construction.Target Target
Résultat Construction.Target