tag_view still requires instance of tag class

Summary

FindCreativeObjectsWithTag(Tag:tag) has been deprecated and replaced with FindCreativeObjectsWithTag(tag_type:castable_subtype(tag), however tag_view still requires a tag instance rather than the type being passed.

This means that in order to use a tag_view and FindCreativeObjectsWithTag you need an instance of the tag and the tag type.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Devices

Steps to Reproduce

  1. Have a castable_subtype(tag) variable
  2. Try to use tag_view
  3. Realise you can’t, and realise you can’t instantiate an instance of a class from the type…

Expected Result

tag_view should be updated to use castable_subtype(tag) like other functions.

Observed Result

tag_view uses deprecated functionality.

Platform(s)

Windows

Additional Notes

Why can’t we instantiate an instance of a class from a type?