Go hash property

Hi!

The following line creates a property called name:

go.property(name, hash(“none”))

but these two lines don’t create the property (already in the editor):

local none = hash(“none”)
go.property(name, none)

Is this intended?

Thanks!

The editor parses the scripts in search for go.property() lines to expose. And the two lines thing can’t be parsed.

1 Like