Skip to content

Python builtin tpdp module

Dude McDude edited this page Sep 19, 2016 · 31 revisions

The tpdp module is a new Temple+ builtin module used for exposing many ToEE data types. You can see the contents by typing in the game console

import tpdp
dir(tpdp)

Or, just check out the CPP file:
python_dispatcher.cpp

Clone this wiki locally