All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:02, 29 May 2024 Shr0x talk contribs created page Entity::isPositionFrozen (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)...")