Jump to content

Recommended Posts

Posted

I assumed that SomeObjectRef.GetBaseObject() as Terminal would tell me if an object reference was a Terminal type, but it doesn't seem to be working in my tests.

 

Has anyone thought of a clever way to find out if an object reference is a Terminal?

Posted

Just for the record, you can use

 

 

If SomeObjectRef.GetBaseObject() is Terminal

 

rather than trying to cast the ref as Terminal script.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...