mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 01:19:38 +01:00
Backported: update _init() description, Specify details regarding required parameters. - zacryol - 3fe37f9635
This commit is contained in:
parent
25cc327659
commit
7135d64036
@ -42,7 +42,8 @@
|
||||
<method name="_init" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<description>
|
||||
Called when the object is initialized.
|
||||
Called when the object is initialized in memory. Can be defined to take in parameters, that are passed in when constructing.
|
||||
[b]Note:[/b] If [method _init] is defined with required parameters, then explicit construction is the only valid means of creating an Object of the class. If any other means (such as [method PackedScene.instance]) is used, then initialization will fail.
|
||||
</description>
|
||||
</method>
|
||||
<method name="_notification" qualifiers="virtual">
|
||||
|
Loading…
Reference in New Issue
Block a user