0 votes

In version 3 it was done in the way it is done in version 4?

extends Char
class_name Player


func _init(
    name: String, gender: int, age: int
).(
    name, gender, age, next_id()
):
    G.player_id = self.id

enter image description here

Godot version Godot 4 (alpha 9)
in Engine by (123 points)

1 Answer

+1 vote
Best answer
func _init(my_var):
    super._init(my_var)
by (1,111 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.