Observed: getShadowDistance is a unary command (requires one argument of type any to return a value).
Expected: getShadowDistance would be a nullary command (require no arguments to return local shadow distance)
Observed: getShadowDistance is a unary command (requires one argument of type any to return a value).
Expected: getShadowDistance would be a nullary command (require no arguments to return local shadow distance)
In debug console, see returned value of
getShadowDistance "I like candy";
getShadowDistance player;
getShadowDistance 17.57;