Construct 3 r337

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Great update, I appreciate the type annotations.

    It would be great if we could get the types in the description of the Expressions dictionary window (F4) as well, and in the manual on the website.

    It would also help to show an expected output value range where applicable. As an example, I have to test what kind of value range I'll get back from "SnapshotAlphaAt". Is it 0-1, or 0-100, or maybe 0-255? As far as I know these things aren't documented anywhere and you have to make an educated guess or test it every time you use something for the first time or forgot what it was.

    It would also help with finding bugs, I'm still not sure if it is actually intentionally that mostly everything uses 0° to 360° in C3 but some expressions from behaviors return -180° to 180°.

    "GradientByName" and "WeightByName" are awesome additions, as is Array shuffle.

    When using AdvancedRandom to set a seed is the array shuffle seeded by that as well? [edit] The answer is yes.