You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app.apiVersion is not a good way to check for API features when we have this branch of versions (e.g. v1.2 and v1.3). We think that we could add a new object to check features:
ifapp.features.hasTilemapLayersthen...end
In case of a property that doesn't exist is used (e.g. app.features.nonExistentFeature) it just return false (instead of a Lua error).
The text was updated successfully, but these errors were encountered:
The
app.apiVersion
is not a good way to check for API features when we have this branch of versions (e.g. v1.2 and v1.3). We think that we could add a new object to check features:In case of a property that doesn't exist is used (e.g.
app.features.nonExistentFeature
) it just return false (instead of a Lua error).The text was updated successfully, but these errors were encountered: