testLOS for created objects
#1

Hello,

i have little question. I created objects (with CreateDynamicObjects()) and i wanna set testLOS for created objects. It possible? Thanks.
Reply
#2

Using Notepad++, use the following regular expression to change all of their testLOS:
Find:
(CreateDynamic3DTextLabel)(\()(.*)(\))
Replace With:
\1\2\3, .testLOS = ?\4

Change the "?" to your wanted .testLOS

DynamicObjects do not have a testLOS param.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)