Background for Skyrim SE
Member of the Debug script
voidfunctionToggleCollisions()NativeGlobal

Description

Wiki Description

Toggles collisions on and off in the game.

Documentation Comment

TCL functionality


Caveats

CK Wiki - Notes

  • This affects ALL actors in the game, not just the player.

Examples

; Toggles collisions off (if on) or on (if off)
Debug.ToggleCollisions()

Auto-Generated Example

Debug.ToggleCollisions()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.