Economy Functions

Hello,

Wanted to know if there is a list of function calls I can use in my scripting. For example, I found EconomyService.Instance.PlayerInventory.GetInventoryAsync() in the example code, wanted to find a listing for What the Functions of EconomyService are.

thats what your IDE auto suggestions are for, or the documentation. Whatever PlayerInventory is, a) your ide should be able to either take you to the implementation, or, show you the options (usually both) and the documentation should tell you what bits they actually expect you to use and how

The problem is i don’t get any auto suggestions in my IDE which is visualstudios, so that doesn’t help.

then you need to set it up. Visual studio works great