mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
548 B
548 B
category, rank, state, anchor, title, description, details
| category | rank | state | anchor | title | description | details | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| gdscript | 3 | active | add-traits-to-gdscript | Add traits to GDScript | The main way to reuse code when writing code in GDScript is to use inheritance. While it works well for the most part, it leaves developers to rewrite a lot of code when that method cannot be used. So traits is the path we’re going forward to solve that issue. |
|