Cam::setFollowPedCamCutsceneChat: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 9: Line 9:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Cam_function_c}}
{{Cam_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 21:00, 6 May 2017

From the b617d scripts:

CAM::SET_FOLLOW_PED_CAM_CUTSCENE_CHAT('FOLLOW_PED_ATTACHED_TO_ROPE_CAMERA', 0);
CAM::SET_FOLLOW_PED_CAM_CUTSCENE_CHAT('FOLLOW_PED_ON_EXILE1_LADDER_CAMERA', 1500);
CAM::SET_FOLLOW_PED_CAM_CUTSCENE_CHAT('FOLLOW_PED_SKY_DIVING_CAMERA', 0);
CAM::SET_FOLLOW_PED_CAM_CUTSCENE_CHAT('FOLLOW_PED_SKY_DIVING_CAMERA', 3000);
CAM::SET_FOLLOW_PED_CAM_CUTSCENE_CHAT('FOLLOW_PED_SKY_DIVING_FAMILY5_CAMERA', 0);
CAM::SET_FOLLOW_PED_CAM_CUTSCENE_CHAT('FOLLOW_PED_SKY_DIVING_CAMERA', 0);

Syntax

cam.setFollowPedCamCutsceneChat(p0, p1);

Required Arguments

  • p0: String
  • p1: int

Return value

  • Boolean

Example

// todo

See also

Template:Cam s function c