Text3D Variable resetting
#1

How I can reset a variable which have "Text3D:" in front of it ? With "INVALID_3DTEXT_ID", "-1", 0, it gives "tag mismatch" error.

When I create it:
Код:
new Text3D:Variable;
it's value is 0, but when I try to reset it:
Код:
Variable = 0;
the compiler give an error: "tag mismatch".
Reply
#2

You would need to use
Variable = Text3D:0;
in such case
Reply
#3

Variable = Text3D:INVALID_3DTEXT_ID;
Reply
#4

Quote:
Originally Posted by AndreT
Посмотреть сообщение
You would need to use
Variable = Text3D:0;
in such case
I should've thought about that.

I tried with _: before Variable, and with Text: (yes, lol, my wrong xD) at 0.



Thanks.

* Still have to spread some rep. xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)