mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
- added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run.
This commit is contained in:
parent
eecfeb1d76
commit
30c12297dc
7 changed files with 78 additions and 8 deletions
|
|
@ -2652,6 +2652,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||
"elif",
|
||||
"enum",
|
||||
"extends" ,
|
||||
"onready",
|
||||
"for" ,
|
||||
"func" ,
|
||||
"if" ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue