Family host parameter results - is there a cheat sheet showing the values?

Hello:
I have a graph that grabs all families and their types loaded in a file. I want to know if they require hosts and if so, which ones. (Wall, Floor, etc).
In the attached screen shot, I am using GetParameterByName to grab the Host parameter. The results report back numbers as you can see in the watch node.
Is there a list somewhere that defines what each number means? I assume that 0 means not hosted based on my content. I have some showing values from 1 through 4. I suspect these correspond to host types like: Wall, Floor, Roof and Face.
I can create a quick tester file to try to figure out by trail and error, but I thought I’d drop this post here first to see if anyone has the answer quick at hand.
Thanks!

Might be this: FamilyHostingBehavior Enumeration

The enumerator will typically match the order in the documentation, but you’re likely better off getting to the data via the API directly.

Perfect! Thanks Jacob!

Hi @Paul_Aubin clockwork have a hostingbehavior node as well , probably it could work

PS but seems enumerator follow the order on documention as Jacob say

I will check that out. Thanks so much, these answers are super helpful

These sort of topics are often my favorites of the forum, so keep them coming!