Houdini 20.0 hapi

hapi.getSessionEnvInt function

Gives back a certain session-specific environment integers

Usage

getSessionEnvInt(session: hapi.Session, int_type: hapi.sessionEnvIntType) → int

Gives back a certain session-specific environment integers like current license type being used.

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.

int_type

Returns value as a int.

hapi