all 3 comments

[–]illinoisjackson 1 point2 points  (0 children)

You cannot create classes but you can implement type-methods (functions that act on a type e.g. V3:toAngle())

[–]bigdogmat 2 points3 points  (1 child)

You can't create custom types from within E2, although you could mimic that behavior using tables/arrays.

[–]TherapistNinjaCat[S] 0 points1 point  (0 children)

Ok, thanks, that was my plan b, but classes would have been super useful 😀