Table of Contents

Class Economy

Namespace
AO
Assembly
CoreAssembly.dll
public static class Economy
Inheritance
Economy
Inherited Members

Methods

CreateShop(string)

public static extern Shop CreateShop(string id)

Parameters

id string

Returns

Shop

DepositCurrency(Player, string, long)

public static void DepositCurrency(Player player, string id, long amount)

Parameters

player Player
id string
amount long

GetBalance(Player, string)

public static long GetBalance(Player player, string id)

Parameters

player Player
id string

Returns

long

RegisterCurrency(string, string)

public static extern void RegisterCurrency(string id, string icon)

Parameters

id string
icon string

WithdrawCurrency(Player, string, long)

public static void WithdrawCurrency(Player player, string id, long amount)

Parameters

player Player
id string
amount long