ToggleCollisions - Debug

Member of: Debug Script

Toggles collisions on and off in the game.

SyntaxEdit

Function ToggleCollisions() native global

ParametersEdit

None

Return ValueEdit

None

ExamplesEdit

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

NotesEdit

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

See AlsoEdit