ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Implement `lola.runtime.Function.wrapWithContext` #35

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago

Similar to lola.runtime.Function.wrap, but take an arbitrary context pointer that is passed through the API as a first parameter to the wrapped function