Question by
AstrooLabe · Sep 23, 2021 at 09:51 AM ·
classes
What is that "base" attribute in my object?
For some reason, every time I create an object of my own class, there is this "base" attribute that appears even though it does not exist in my class. It's a nuisance because this thing will be read when I want to check if the object is null.
thefuckisthat.png
(1.7 kB)
Comment
Your answer

Follow this Question
Related Questions
Managing In-Game Variables of Different Data Types 1 Answer
Array of scripts: How to access the scripts by name? 1 Answer
Class Structure for Many to Many relationship? 0 Answers
How would I be able to store a value that can be used later with a function that returns void? 1 Answer
Inherit from specific classes 0 Answers