C# Class SkylightEmulator.HabboHotel.Rooms.Commands.ToggleRPCommand

Inheritance: SkylightEmulator.HabboHotel.Rooms.Commands.Command
Afficher le fichier Open project: aromaa/Skylight

Méthodes publiques

Méthode Description
CommandInfo ( ) : string
OnUse ( GameClient session, Array args ) : bool
RequiredPermission ( ) : string
ShouldBeLogged ( ) : bool

Method Details

CommandInfo() public méthode

public CommandInfo ( ) : string
Résultat string

OnUse() public méthode

public OnUse ( GameClient session, Array args ) : bool
session GameClient
args Array
Résultat bool

RequiredPermission() public méthode

public RequiredPermission ( ) : string
Résultat string

ShouldBeLogged() public méthode

public ShouldBeLogged ( ) : bool
Résultat bool