nex_animpos. Both exports are client-side.
Client exports
| Export | Returns | Use case |
|---|---|---|
CheckSit() | boolean | true while the player is in positioning mode. |
DisableCommands(disabled) | — | Temporarily pause (true) or resume (false) the positioning session. |
CheckSit()
Returns true while the local player has an active positioning session (including while the position is confirmed but not yet exited).
DisableCommands(disabled)
Pauses or resumes an active session without ending it. Pausing drops the scripted camera, releases NUI focus, and hides the panel; resuming brings everything back exactly where it was. Use it when another resource needs the screen or the mouse — a phone, a menu, an inventory.
If the player wasn’t positioning, calling
DisableCommands is harmless — resuming only re-opens the editor when a session is actually active.
