Class RustPlayerUpdatingSignEvent
Inheritance
System.Object
RustPlayerUpdatingSignEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerUpdatingSignEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerUpdatingSignEvent(RustPlayer, Signage)
Declaration
public RustPlayerUpdatingSignEvent(RustPlayer player, Signage signage)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
Signage |
signage |
|
Properties
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Signage
Declaration
public Signage Signage { get; }
Property Value
Implements
ICancellableEvent
Extension Methods