Adding custom enums to enum data types

NodeCanvas Forums General Discussion Adding custom enums to enum data types

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9230

    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?

    #9233
    Gavalakis
    Keymaster

    Hey,

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

    Join us on Discord: https://discord.gg/97q2Rjh

    #9232

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

    #9231
    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?

    Join us on Discord: https://discord.gg/97q2Rjh

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