Files
2take1-scripts/ts-lua/readme.md
2021-06-23 21:29:51 -05:00

6 lines
250 B
Markdown

# notes
- all `number` will be classified as `integer` or `float` in the `@remarks` or `@param`/`@returns`
- `vector` in the docs is represented as a `table` in lua, which is just an `object` in typescript
- `uint*_t` are `number`, not `Uint*Array`