Houdini 20.0 hapi

hapi.getStringBufLength function

Gives back the string length of the string with the

Usage

getStringBufLength(session: hapi.Session, string_handle: int) → int

Gives back the string length of the string with the given handle.

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.

string_handle

Handle of the string to query.

Returns buffer_length as a int.

hapi