SpacemanDMM icon indicating copy to clipboard operation
SpacemanDMM copied to clipboard

Add missing _binobj var for generators

Open TiviPlus opened this issue 1 year ago • 2 comments

Similar to the database binobj, is a internal object

var/generator/gen = generator("circle", 0, 16, NORMAL_RAND)
world.log << "[gen._binobj]"
Welcome BYOND! (5.0 Public Version 514.1580)
generator("circle", 0, 16, NORMAL_RAND)

TiviPlus avatar Oct 25 '22 13:10 TiviPlus

No problem merging this, but if I may ask, what is this _binobj actually useful for?

SpaceManiac avatar Oct 26 '22 00:10 SpaceManiac

In my specific case I'm using the string representation of the binobj in order to read the generators arguments, since you can't otherwise

TiviPlus avatar Oct 27 '22 13:10 TiviPlus