David Rowe
David Rowe
For example: - TextEntityItem's TextEffect maps numeric values to strings (same as native scripting API). - ZoneEntityItem's ComponentMode uses numeric values directly. The difference isn't too much of an issue...
- Any particular types of properties or circumstances? - Does the SDK need to provide default values? - Does the SDK need to maintain a copy of all entity properties...
In order to reduce the amount of pollution in the namespace and tidy the use docs. Breaking change and will improve the foundation for further work so do as soon...
But it is in the developer documentation. The type is used by the queryAACube common entity property.
When running `npm run build-prod`: ``` (node:33108) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead (Use...
At least user-initiated domain disconnect. Probably also unexpected disconnects - what does the native client do?
Review the current baking and output, plus industry baking practices.
Should both ends always be public so that they are both documented? Should signals be be documented as properties or Signals? Review how slots are documented. Specify types of callback...