This is part of my function:
public List<MarketOrder> GetMarketOrders(int typeID)
{
EVE eve = new EVE();
LavishScriptObject myList = LavishScript.Objects.NewObject("index:marketorder");
string[] strArray1 = new string[] { typeID.ToString() }...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.