You should get a text searching utility that can go through the vB release and search for instances of 'newpost_complete' -- that way you can see what variables, functions, etc. are available.
Off hand though, I believe you should be able to use $post for most (if not all) of that; you might need $threadinfo for threadid. You can always var_dump if you need to see what all is available.