mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
sdql wrapper for generators and getting list output from generators (#91954)
This commit is contained in:
@@ -289,6 +289,9 @@
|
||||
/proc/_viewers(Dist, Center = usr)
|
||||
return viewers(Dist, Center)
|
||||
|
||||
/proc/_generator(type = "num", A = 0, B = 1, rand = UNIFORM_RAND)
|
||||
return generator(type, A, B, rand)
|
||||
|
||||
/// Auxtools REALLY doesn't know how to handle filters as values;
|
||||
/// when passed as arguments to auxtools-called procs, they aren't simply treated as nulls -
|
||||
/// they don't even count towards the length of args.
|
||||
|
||||
Reference in New Issue
Block a user