NationalityNZ

Results 4 issues of NationalityNZ

Added some pragmatic advice for for-loops

enhancement

**Your Godot version:** Alpha 9 **Issue description:** From https://github.com/godotengine/godot/issues/61530 Proposed revision of the string.split() documentation. ``` Returns the slice of the [Array], from [code]begin[/code] (inclusive) to [code]end[/code] (exclusive), as a...

enhancement
class reference

**Your Godot version:** Godot Alpha 9 **Issue description:** Add the following beneath the documentation for the **for loop** START: If you want to assign values on an array as it...

enhancement

**Is your feature request related to a problem? Please describe.** I'm using Godot to build a UI for a Lua program. LPEG is one of the necessary components of that...

feature request