EpicSkookumScript / SkookumScript-Plugin

Latest full source of the SkookumScript UE4 plugin and runtime.
https://skookumscript.com/unreal/
Other
135 stars 23 forks source link

List _do shows syntax error for Object types #23

Open error454 opened 4 years ago

error454 commented 4 years ago

UE4 Version 4.23.1

SkookumScript Version 4.23.1

Describe the bug When using _do on a List where the item type derives from Object, the IDE shows a red syntax squiggle for methods that don't derive from the Object base class: image

The code compiles fine, but if highlighted shows the error:

The method 'actor_location()' does not exist for an instance of the class 'Object'