see the function associated with the console command "thirdperson"
in_camera.cpp line 671
static ConCommand thirdperson( "thirdperson", ::CAM_ToThirdPerson,
"Switch to thirdperson camera.", FCVAR_CHEAT );

and the function is:
void CAM_ToThirdPerson(void)
{
        input->CAM_ToThirdPerson();
}


in_camera.cpp, line 56

On 9/10/05, Lachlan Gunn <[EMAIL PROTECTED]> wrote:
> Hi,
> Sorry if this is an amazingly stupid question, but how would I go
> about switching a player to third-person view?  There is a function in
> CInput, but I cannot find an instance to call it from.
> --
> Thanks,
> Lachlan
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to