Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing _binobj var for generators #342

Merged
merged 1 commit into from
Oct 30, 2022

Conversation

TiviPlus
Copy link
Contributor

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)

@SpaceManiac
Copy link
Owner

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

@TiviPlus
Copy link
Contributor Author

TiviPlus commented Oct 27, 2022

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

@SpaceManiac SpaceManiac merged commit 10d9575 into SpaceManiac:master Oct 30, 2022
@TiviPlus TiviPlus deleted the patch-1 branch October 31, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants