qoh / BlocklandLua

Use Lua directly within Blockland.
11 stars 4 forks source link

Automatically translate `ts.obj` references to IDs in `ts.func` calls #7

Closed qoh closed 9 years ago

qoh commented 9 years ago

Should we do this or not? This means checking every argument to every function call for whether or not it is a ts.obj. It wouldn't be that slow, but that's still some overhead to consider when the user after all can just do func(nil, obj.id).

qoh commented 9 years ago

Probably not going to do this.