Is there a particle monitor?

  • byzod
    11th May 2013 Member 0 Permalink

    Something that can display all properties of the particle under the mouse pointer, including tmp2, dcolor, properties that not even shown in debug mode

  • Shriek
    11th May 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • mniip
    11th May 2013 Developer 0 Permalink
    @byzod (View Post)
    well, it's not that hard to implement
  • nucular
    19th May 2013 Member 0 Permalink

    byzod:

    wrote it for you.

    after loaded, F2 toggles the monitor and F3 toggles verbose mode (show all properties).

    http://pastebin.com/xZzHLY1h

  • mniip
    19th May 2013 Developer 0 Permalink
    @nucular (View Post)
    You would like to learn some format strings
  • nucular
    19th May 2013 Member 0 Permalink

    @mniip

    never! :D

  • byzod
    25th May 2013 Member 0 Permalink

    @nucular (View Post)

     That's sweet, thanks, too lazy to write one myself

     

    BTW, dcolor shown in hex format is useful

     

    - 48               .. "\ndcolour: " .. dcolour

    + 48               .. "\ndcolor: " .. dcolour .. " (0x" .. string.format("%X", dcolour) .. ")"

  • nucular
    26th May 2013 Member 0 Permalink

    @byzod:

    yeah, was too lazy to implement that one in.

    btw, implemented :D