Show / Hide Table of Contents

Class UserCommands

Inheritance
System.Object
UserCommands
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
[ChatCommandHandler]
public static class UserCommands : Object

Fields

ExhaustionBankDisabled

Declaration
public static LocString ExhaustionBankDisabled
Field Value
Type Description
LocString

ExhaustionDisabled

Declaration
public static LocString ExhaustionDisabled
Field Value
Type Description
LocString

Methods

DefaultExhaust(User, User)

Declaration
[ChatSubCommand]
public static void DefaultExhaust(User user, User target = null)
Parameters
Type Name Description
User user
User target

Energize(User, User, Int32)

Declaration
[ChatSubCommand]
public static void Energize(User user, User target = null, int hours = 1)
Parameters
Type Name Description
User user
User target
System.Int32 hours

Exhaust(User, User)

Declaration
[ChatSubCommand]
public static void Exhaust(User user, User target = null)
Parameters
Type Name Description
User user
User target

SetLastRefreshDay(User, Int32, User)

Declaration
[ChatSubCommand]
public static void SetLastRefreshDay(User user, int days, User target = null)
Parameters
Type Name Description
User user
System.Int32 days
User target

User(User)

Declaration
[ChatCommand]
public static void User(User user)
Parameters
Type Name Description
User user
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾