kinggath Posted March 23, 2017 Posted March 23, 2017 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?
kinggath Posted March 23, 2017 Author Posted March 23, 2017 That might work, just check for all the terminal related animation keywords. Will give it a go - thanks for the suggestion!
steve40 Posted March 24, 2017 Posted March 24, 2017 Just for the record, you can use If SomeObjectRef.GetBaseObject() is Terminal rather than trying to cast the ref as Terminal script.
Recommended Posts