Entity::isPositionFrozen: 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 May 2024

  • curprev 16:0216:02, 29 May 2024Shr0x talk contribs 617 bytes +617 Created page with " {{ClientsideJsFunction}} {{JSContainer| Readonly property, returns whether entity position is frozen or not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> entity.isPositionFrozen </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //Example creating a function that checks whether the player position is frozen before unfreezing them. function unfreezePlayer() { if (mp.players.local.isPositionFrozen)..."