ToggleCollisions - Debug
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.