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
DepositCurrency(Player, string, long)
public static void DepositCurrency(Player player, string id, long amount)
Parameters
GetBalance(Player, string)
public static long GetBalance(Player player, string id)
Parameters
Returns
RegisterCurrency(string, string)
public static extern void RegisterCurrency(string id, string icon)
Parameters
WithdrawCurrency(Player, string, long)
public static void WithdrawCurrency(Player player, string id, long amount)