Adding custom enums to enum data types

Forums 💬 NodeCanvas 🗨️ General Discussion Adding custom enums to enum data types

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14943
    grofit
    Participant

      So I noticed there is an enum data type to be used however when you look through the available enums it only seems to pull them out from precompiled dlls, so is there any way to add enums within your project to the list?

      #14946
      Gavalakis
      Keymaster

        Hey,

        The non DLL enums are within the ‘Assembly-CSharp’ and then categorized into their namespaces if they have any.
        🙂

        #14945
        grofit
        Participant

          I put a namespace on for testing but I could not find it in the list.

          #14944
          Gavalakis
          Keymaster

            Hey,

            I just did it again and it shows up no matter if the Enum is nested or not, private or not or in namespace or not 🙂
            The list just fetches all enums from all assemplies

            Can you please recheck?

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.