User Tag List

Results 1 to 4 of 4
  1. #1
    Is this the end? ZC Developer Saffith's Avatar

    Join Date
    Jan 2001
    Age
    30
    Posts
    2,785
    Mentioned
    12 Post(s)
    Tagged
    1 Thread(s)

    Boolean constants

    Obviously, it's possible to fake them with numbers, but there's no particular reason that should be necessary.
    [téknolŕiz]

    Recent script updates:
    2013-05-11: ghost.zh updated to 2.6.2
    2013-05-01: ffcscript.zh updated to 1.1.0
    Spoiler: show
    ffcscript.zh 1.1.0 - Updated 2013-05-01
    ghost.zh 2.6.2 - Updated 2013-05-11

    Armos Knights - Updated 2013-02-18
    Armos (LttP) - Updated 2013-02-19
    Big Tektite - Updated 2013-03-01
    Buzz Blob - Updated 2012-12-11
    Chaser - Updated 2012-12-11
    Goriya (LttP) - Updated 2012-12-11
    Homing fireball shooter - Updated 2012-12-11
    Popo - Updated 2012-12-11
    Spume - Updated 2012-12-11
    Twin Amoeba - Updated 2012-12-11
    Wall bouncer - Updated 2012-12-11

  2. #2
    Administrator DarkDragon's Avatar

    Join Date
    Oct 2001
    Posts
    5,845
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)

    Re: Boolean constants

    I'll have to check how I implemented integer constants, but this shouldn't be too difficult to add.
    If you want, feel free to put them in yourself ;)

  3. #3
    Wizrobe C-Dawg's Avatar

    Join Date
    Jan 2002
    Location
    My Wang
    Posts
    4,170
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Boolean constants

    Maybe I'm missing something, but don't we already have boolean constants

    i.e. "True" and "False?"

  4. #4
    Administrator DarkDragon's Avatar

    Join Date
    Oct 2001
    Posts
    5,845
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)

    Re: Boolean constants

    No, he's talking about constant variables which are boolean valued, ie,
    Code:
    const bool macs_suck=true;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •