Vehicle::areAllWindowsIntact: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Vehicle_function_c}}
{{Vehicle_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 17:19, 1 May 2024

Appears to return false if any window is broken.

Syntax

vehicle.areAllWindowsIntact();

Required Arguments

Return value

  • Boolean

Example

// todo

See also