Streaming::newLoadSceneStartSafe: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
Line 15: Line 15:
</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:34, 27 May 2024

if (!sub_8f12('START LOAD SCENE SAFE')) {
if (CUTSCENE::GET_CUTSCENE_TIME() > 4178) {
STREAMING::_ACCFB4ACF53551B0(1973.845458984375, 3818.447265625, 32.43629837036133, 15.0, 2);
sub_8e9e('START LOAD SCENE SAFE', 1);
}
}

Syntax

mp.game.streaming.newLoadSceneStartSafe(p0, p1, p2, p3, p4);

Required Arguments

  • p0: float
  • p1: float
  • p2: float
  • p3: float
  • p4: unknown (to be checked)

Return value

  • Boolean

Example

// todo

See also