ActivateThirdPersonCamera

Definition

ActivateThirdPersonCamera()

 

Description

This function activates the third-person physics camera attached to the main game character.

 

Example

function Init()
     ActivateThirdPersonCamera()
end

function Update()

end
adminActivateThirdPersonCamera