Search results

  1. P

    cargo items and .NET

    I am pretty busy so I don't really want to spend the time writing my own wrapper if one already exists. If I could get my hands on the source of the current one I wouldn't mind fixing any bugs and posting an update for everyone. Anyway I am interested what you find out.
  2. P

    cargo items and .NET

    Hi, I am new at isx stuff but I have programing experience in C# hence I decided to play around using that programming language. I am having trouble with items in my cargo hold, for example when I try: List<Item> cargo = new List<Item>(); cargo = Ext.Me().Ship().GetCargo(); The count...
Top Bottom