Entity::getSubmergedLevel: Difference between revisions

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

Latest revision as of 18:11, 1 May 2024

Get how much of the entity is submerged. 1.0f is whole entity.

Syntax

entity.getSubmergedLevel();

Required Arguments

Return value

  • float

Example

// todo

See also