Code:
{php}func_print_r($this->_tpl_vars);{/php}
Full list of smarty variables/arrays without debug console, yay!
also you can use $GLOBALS to grab any other data you may need.

Another tip is open up some files in templates_c/ and you can see how smarty converts it all into php anyway.