List of datatypes?

LeFibS
12 May 2020, 02:12

I'm familiar with some of Quest's datatypes, e.g.

  • boolean
  • double
  • int
  • string
  • stringlist

... but there are many datatypes that are not fully supported in the editor (e.g. they do not appear), despite working just fine in code libraries, such as objectlist. Is there a list of all datatypes anywhere, or do I have to crawl around in the source code? =^


mrangel
12 May 2020, 10:39

There's a list in the documentation. It's pretty hard to find; I ended up remembering that it's linked to from the function page for TypeOf.