$table.Random - crash

Issue #19 resolved
Fabian Maurer created an issue
//possibility 1
$test = {};
$table.Random(test);

//possibility 2
$table.Random(nil);

Crashes the script engine.

Comments (2)

  1. Log in to comment