UltimateZoneBuilder/Source/Plugins/UDBScript/whatsmissing.md
biwa 5eb438e3ba
Add map scripting capabilities to UDB (#656)
Added map scripting capabilities to UDB (#656). Documentation at https://biwa.github.io/udbscript-docs/
2021-11-28 14:00:24 +01:00

18 lines
No EOL
570 B
Markdown

# What's still missing
## Wrappers
- `Line3D` wrapper
## Interop
- Make (parts of) game configuration (for example ThingTypeInfo) available?
## Map elements
- is the current implementation for thing and linedef action arguments OK?
## UI
- add favorite script functionality (in the UI and with hotkeys)
- add "quick script" function to write and run one-shot scripts in UDB without having to create files
## Other
- remove the `Wrapper` part from the wrapper class names?
- some way to get information about the current editing mode (name, ...)
- radians vs degrees?