#are static variables still reflected when not the root node?

1 messages · Page 1 of 1 (latest)

tame canyon
#

Simple question, but are static variable still shared, if they are a child of a node that is a scene?
for example, if I have a card scene and a node2D called "health_handler"... will static variables in health_handler's script still be reflected apon other card instances' health_handlers?

#

Oh wait. they are shared by the class, right?