WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
371 stars 28 forks source link

Rename LuaThread to LuaCoroutine #96

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

Mostly resolves #95, I chose not to have the parent lua state keep track of threads. Seemed unneeded. This PR renames LuaThread to LuaCoroutine in favor of being less confusing.

Also added:

Before merge

Online documentation needs to be updated to reflect changes.

martimmatias commented 1 year ago

Looks good to me

Trey2k commented 1 year ago

Docs PR ready: https://github.com/WeaselGames/godot_luaAPI_docs/pull/8