For some reason every time I go to call a function it is null, no matter the circumstances. It could be .set(), .set_text(), or even .connect() I can't tell if this is the engine issue or what (I'm using the latest build...), but I can't seem to find this issue anywhere else. I don't know what to do to fix it.
Asked
Active
Viewed 48 times
0
-
2It is best if you can post your codes here for us to check and help. – Nique Joe Jun 24 '21 at 02:54
-
2if func doesnt return anything - its return null – Vasiliy Letuyev Jun 24 '21 at 09:09
-
What do you mean "it is null"? It returns null? It says you're trying to call the function on a null object? – Steve Smith Jan 05 '23 at 16:42