Streaming::setUnkCameraSettings: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
Line 16: Line 16:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Streaming_s_function_c}}
{{Streaming_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 03:36, 27 May 2024

Syntax

mp.game.streaming.setUnkCameraSettings(x, y, z, rad, p4, p5);

Required Arguments

  • x: float
  • y: float
  • z: float
  • rad: float
  • p4: unknown (to be checked)
  • p5: unknown (to be checked)

Return value

  • unknown (to be checked)

Example

// todo

See also