Skip to content

Factorio object definition has changed#3

Open
hgschmie wants to merge 1 commit intojackiepmueller:masterfrom
hgschmie:for-jackie-2
Open

Factorio object definition has changed#3
hgschmie wants to merge 1 commit intojackiepmueller:masterfrom
hgschmie:for-jackie-2

Conversation

@hgschmie
Copy link

from the 2.0.7 changelog:

  • Type of LuaObjects is now "userdata" instead of "table".
  • Removed __self from the LuaObjects. Intended way of checking if an object is a lua object is to check type is userdata.

Without this change, e.g. Is.Valid does not work.

from the 2.0.7 changelog:

* Type of LuaObjects is now "userdata" instead of "table".
* Removed __self from the LuaObjects. Intended way of checking if an object is a lua object is to check type is userdata.

Without this change, e.g. Is.Valid does not work.
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.

1 participant