Houdini 20.0 hapi

hapi.removeCustomString function

Removes the specified string from the server

Usage

removeCustomString(session: hapi.Session, string_handle: int) → bool

Removes the specified string from the server and invalidates the 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 that was added

hapi