Show / Hide Table of Contents

Class MoneyCommands

Inheritance
System.Object
MoneyCommands
Namespace: Eco.Gameplay.Economy.Money
Assembly: Eco.Gameplay.dll
Syntax
[ChatCommandHandler]
public static class MoneyCommands : Object

Methods

Accounts(IChatClient)

Declaration
[ChatSubCommand]
public static void Accounts(IChatClient chatClient)
Parameters
Type Name Description
IChatClient chatClient

Currencies(IChatClient)

Declaration
[ChatSubCommand]
public static void Currencies(IChatClient chatClient)
Parameters
Type Name Description
IChatClient chatClient

Money()

Declaration
[ChatCommand("Shows commands for manipulating money.")]
public static void Money()

SpawnAccounts(User, Int32)

Declaration
[ChatSubCommand]
public static void SpawnAccounts(User user, int count)
Parameters
Type Name Description
User user
System.Int32 count

SteamSale(IChatClient, Single)

Declaration
[ChatSubCommand]
public static void SteamSale(IChatClient chatClient, float amount = 1000F)
Parameters
Type Name Description
IChatClient chatClient
System.Single amount
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾