CnCNet / WorldAlteringEditor

Map editor for C&C: Red Alert 2, C&C: Tiberian Sun and Dawn of the Tiberium Age.
Other
76 stars 25 forks source link

[Feature Request] Check usage of scripts, teams, and task forces #192

Closed Crimsonum closed 1 week ago

Crimsonum commented 1 month ago

Trigger and local variable windows have the very useful option to check which objects (if any) a particular trigger or variable is linked to. This feature should be extended to the remaining scripting elements: teams, scripts and task forces.

Rampastring commented 2 weeks ago

This commit https://github.com/Rampastring/WorldAlteringEditor/commit/15bb7c162e828982d1967b7905a81bfe2327b031 adds this for teams and scripts through a context menu option

TaskForces will be done later.

Rampastring commented 1 week ago

Support for checking references of TaskForces was added in https://github.com/Rampastring/WorldAlteringEditor/commit/9518469ccd7b7cb3532ebf83362e5b07919435dd

As such, this is now fully implemented.