Scripting/Squirrel/Functions/SetWallglitch: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This will enable/disable wall glitch == Syntax == <pre>SetWallglitch( toggle )</pre> == Arguments == toggle - '''true''' or '''false''' == Example == <source lang=squirre...") |
(No difference)
|
Revision as of 08:42, 9 March 2016
This will enable/disable wall glitch
Syntax
SetWallglitch( toggle )
Arguments
toggle - true or false
Example
function onScriptLoad()
{
SetWallglitch( true );
}