ToggleCollisions - Debug

Revision as of 22:32, 6 December 2018 by imported>SkylerModder
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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