C# Class Pluton.Events.DoorCodeEvent

Inheritance: CountedInstance
Exibir arquivo Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Player Player
allowed bool
codeLock CodeLock
forceAllow bool

Public Methods

Method Description
Allow ( ) : void
ClearWhitelist ( ) : void
Deny ( ) : void
DoorCodeEvent ( CodeLock doorLock, BasePlayer player, string entered ) : System
IsCorrect ( ) : bool
RemoveCode ( ) : void
ResetLock ( ) : void
Whitelist ( ) : void

Method Details

Allow() public method

public Allow ( ) : void
return void

ClearWhitelist() public method

public ClearWhitelist ( ) : void
return void

Deny() public method

public Deny ( ) : void
return void

DoorCodeEvent() public method

public DoorCodeEvent ( CodeLock doorLock, BasePlayer player, string entered ) : System
doorLock CodeLock
player BasePlayer
entered string
return System

IsCorrect() public method

public IsCorrect ( ) : bool
return bool

RemoveCode() public method

public RemoveCode ( ) : void
return void

ResetLock() public method

public ResetLock ( ) : void
return void

Whitelist() public method

public Whitelist ( ) : void
return void

Property Details

Player public_oe property

public Player Player
return Player

allowed public_oe property

public bool allowed
return bool

codeLock public_oe property

public CodeLock codeLock
return CodeLock

forceAllow public_oe property

public bool forceAllow
return bool