Class RecurringTransferCommands
Inheritance
System.Object
RecurringTransferCommands
Assembly: Eco.Gameplay.dll
Syntax
[ChatCommandHandler]
public static class RecurringTransferCommands : Object
Methods
AllRecurring(User)
Declaration
[ChatSubCommand("Economy", "Display all recurring transfers paid in the game")]
public static void AllRecurring(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Economy(User)
Declaration
[ChatCommand("Shows commands related to the economy.")]
public static void Economy(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
MyRecurring(User, User)
Declaration
[ChatSubCommand("Economy", "Display all recurring transfers for the given user")]
public static void MyRecurring(User user, User specifiedUser = null)
Parameters
Type |
Name |
Description |
User |
user |
|
User |
specifiedUser |
|
PayAll(User)
Declaration
[ChatSubCommand]
public static void PayAll(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
PayEveryTick(User)
Declaration
[ChatSubCommand]
public static void PayEveryTick(User user)
Parameters
Type |
Name |
Description |
User |
user |
|