C# Class cleanLayer.Library.LUA.Dungeon

Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
AcceptDungeon ( ) : void
HasAcceptedProposal ( ) : bool
InDungeon ( ) : bool
InQueue ( ) : bool
IsDeserter ( ) : bool
IsProposal ( ) : bool
IsRolecheck ( ) : bool
JoinQueue ( ) : void
LeaveQueue ( ) : void
RejectDungeon ( ) : void

Private Methods

Method Description
GetLFDMode ( ) : string

Method Details

AcceptDungeon() public static method

public static AcceptDungeon ( ) : void
return void

HasAcceptedProposal() public static method

public static HasAcceptedProposal ( ) : bool
return bool

InDungeon() public static method

public static InDungeon ( ) : bool
return bool

InQueue() public static method

public static InQueue ( ) : bool
return bool

IsDeserter() public static method

public static IsDeserter ( ) : bool
return bool

IsProposal() public static method

public static IsProposal ( ) : bool
return bool

IsRolecheck() public static method

public static IsRolecheck ( ) : bool
return bool

JoinQueue() public static method

public static JoinQueue ( ) : void
return void

LeaveQueue() public static method

public static LeaveQueue ( ) : void
return void

RejectDungeon() public static method

public static RejectDungeon ( ) : void
return void