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
One of hapi.sessionEnvIntType.
Returns value as a int
.