C# Class ServerTools.TeleportHome

Mostrar archivo Open project: dmustanger/7dtd-ServerTools

Public Properties

Property Type Description
DelayBetweenUses int
IsEnabled bool

Public Methods

Method Description
SetHome ( ClientInfo _cInfo ) : void
TeleHome ( ClientInfo _cInfo ) : void

Private Methods

Method Description
Home ( ClientInfo _cInfo, string _home ) : void

Method Details

SetHome() public static method

public static SetHome ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
return void

TeleHome() public static method

public static TeleHome ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
return void

Property Details

DelayBetweenUses public_oe static_oe property

public static int DelayBetweenUses
return int

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool