Teardown-Issue-Tracker-Maintainers / Teardown-Issue-Tracker

A public repo for the community to track issues/bugs/feature requests in Teardown.
12 stars 5 forks source link

[Documentation] UiTextInput() has undocumented parameters #220

Closed carsakiller closed 2 years ago

carsakiller commented 2 years ago

Document to improve

https://teardowngame.com/modding/api.html#UiTextInput https://teardowngame.com/modding/api.xml

Enhancement

The example on the page shows that a width(?) and height(?) can be passed to UiTextInput():

name = UiTextInput(name, 200, 14)

However, the documentation above it, as well as the XML documentation, do not list any parameter other than text.

tuxedolabs commented 2 years ago

There are many problems with this function. I removed API docs until it is fixed and implemented properly.