ToggleCollisions - Debug

From the CreationKit Wiki
Revision as of 21:32, 6 December 2018 by imported>SkylerModder
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Debug Script

Toggles collisions on and off in the game.

Syntax[edit | edit source]

Function ToggleCollisions() native global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

Notes[edit | edit source]

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

See Also[edit | edit source]