Enums

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • In this video, you will learn how enums work and how to make your own with the Enum Wizard.
    Timestamps:
    00:00 - Intro
    For more help visit:
    Playmaker forums @ hutonggames.co...
    Playmaker Discord @ / discord
    Find us on Twitter @HutongGames

Комментарии • 10

  • @svenmehlhorn2173
    @svenmehlhorn2173 6 дней назад

    this is so incredibly useful thanks! :)

  • @8bbp
    @8bbp 9 месяцев назад

    Thank you for the tutorial, very instructive. Can't believe I only learn about enums now.. well better late than never >.>

  • @treybriggs5232
    @treybriggs5232 Год назад +3

    I've been considering Playmaker but haven't actually gotten started. This tutorial helped me understand enums a lot better as a whole, even for straight coding, so thank you. I'm going to start messing around with Playmaker, I think this looks like something that will help me/my team get things done faster in general. Also, I like Mondays, too! And you make tutorials really easy to watch with your personality/casual style, so thank you for making these!

    • @TimM-kz1vl
      @TimM-kz1vl Год назад +1

      Playmaker made my life 10x easier. You get the hang of it pretty quick and I love how you can see what it's doing in real time instead of looking at a wall of text.

    • @cameronthurston7071
      @cameronthurston7071 7 месяцев назад

      Would you want to collaborate on an indie project? I’ve become pretty adept with playmaker

  • @Pixelkvist
    @Pixelkvist Год назад +1

    Thank you so much for this, this was really eye-opening for me!
    Is there any chance of getting a tutorial on array tables from arraymaker? There are a few on youtube already but I still don't get it...

  • @gameswithfrank
    @gameswithfrank Год назад

    Mondays ⚰
    Great tutorial. Thanks a lot!

  • @geig69
    @geig69 Год назад

    Great tutorial. Thx 🥰

  • @Get.Pwned619
    @Get.Pwned619 Год назад +2

    Bro wtf i just started learning Enuns in C++ class and now we got a video too? Awesome! Cuz i still dont get it XD

    • @TimM-kz1vl
      @TimM-kz1vl Год назад

      An enum is a label whereas an array are specific items. Like an array would be the individual days themselves and an enum would be like "pay day" or "holiday" or "god damn mondays". Enums also have the advantage of using words so you don' have to remember what item you put in the index of an array. Enums ahve another advantage because they can ahve sub labels as well. Like "weekends" and then "weekends that I have nothing planned on" or "Weekends after payday"