Jump to content

Rosetux

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Rosetux

  • Rank
    Newbie
  1. Hey @engima, I'm working on a project using SQX and I was wondering if there's a way to initialize public static properties. I'd like to use a public static property as a class constant, the issue is that there is no way to initialize property at class scope. The documentation show how to initialize a property through the constructor, but the point of having it static is not to have to call the constructor. As a workaround I'm using a static method returning a literal string Thanks again for SQX ! I'm having a real good time using it 🙂
  2. Hi @engima, First, thanks for the nice work ! I believe that enabling OOP data structure to the SQF language is a HUGE step in making the scripting process more human-friendly. I was wondering if you were planning to release the compiler as a CLI application allowing us to use our preferred IDE instead of TypeSqf. I'm mainly thinking about VSC. If so, it would be great to have a linter too. I'm not really sure how it would work, but if it is possible to enable IntelliSense features on SQX, scripting would become way more fun. Thanks again for your work, I can't wait to write my first scripts in SQX 🙂
×