Gameplay::getGroundZFor3DCoord2: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2024

  • curprev 11:1511:15, 29 April 2024Shr0x talk contribs 842 bytes +842 Created page with "{{ClientsideJsFunction}} {{JSContainer| Similar to Gameplay::getGroundZFor3dCoord but excludes objects that are on the floor. ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''waterAsGround:''' {{RageType|boolean}} *'''ignoreWaterLevelCheck:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getGroundZFor3DCoord2(x, y,..."