Houdini 20.0 hapi

hapi.getMessageNodeIds function

Get the ids of message nodes set in the “Type Properties”.

Usage

getMessageNodeIds(session: hapi.Session, node_id: int, count: int) → list of int

Get the ids of message nodes set in the “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.

count

The number of message nodes.

Returns message_node_ids_array as a list of int.

hapi