Usage ¶
getMessageNodeCount(session
: hapi.Session, node_id
: int
) → int
Get the number of message nodes set in “Type Properties”.
session
The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.
node_id
The node id.
Returns count as a int
.