0 votes

How to execute the base code on a virtual method?

Class A:

_virtual_method():
# Base code 

Class B extends Class A:

_virtual_method():
# Execute "Base code"
# New code

In Unity was base.method()

in Engine by (328 points)

1 Answer

+1 vote

Hi,

I've not done it, but I think it's like this:

._virtual_method():

So add a period or full stop (where I come from) to the method.

by (2,063 points)

You are right. Thank you. It's this anywere in the official docs?

I don't know. I think I picked it up from here YouTube Video or the next one in the series.

Thank you again!

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.