• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Any RB Plug-in guides?

    Discussion in 'Rebornbuddy Forum' started by The Red Terror, Mar 11, 2015.

    1. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I was wondering if there were any guides or places of information that would have a list of various commands, variables and such that would help others in making or understanding plug-ins. I understand that some are simply people making their own and having them named after certain events that happen. If anyone has any great sources of information they can share that would be amazing. I only really know how to use xml and long set-ups and not really so much as the C# and C++. I would assume these would also be great places to start as well. I'm just looking for something that can help me transition to help understand the meaning of the various variables, booleans, integers and such that are used in many plug-ins.

      Any information pertaining to this would be greatly appreciated.
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      Read up on C#. Get visual studio. The entire RB API is revealed in the Object Browser.

      C# is a relatively easy programming language but it will be difficult without any programming background. You'll need to read up on TreeSharp for understanding of plugins and I would recommend reading up and programming using Coroutines if possible because it's easier and the future of how things will be programmed in RB.
       
    3. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I'll start reading C# asap. I already have visual studio from a while ago.
      So start with getting a good understanding of C# first. Then read up on TreeSharp and Coroutines? Will C# explain most of these 2 as well?
       
    4. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
    5. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      649
      Likes Received:
      18
      Trophy Points:
      18

    Share This Page