Skip to content

Conversation

@ComedyLost
Copy link

Linked Issues

#6369

Description

Adds a sandboxed version of Reflect's resolveClass function to ReflectUtil, allowing modders to use classes without importing them for the whole script.
The sandboxed resolveClass throws an error when trying to resolve a blacklisted class and uses the sandboxed/aliased versions for other classes if defined.

@github-actions github-actions bot added size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. pr: haxe PR modifies game code. and removed status: pending triage Awaiting review. size: medium A medium pull request with 100 or fewer changes. labels Oct 30, 2025
@AbnormalPoof AbnormalPoof added type: enhancement Involves an enhancement or new feature. status: pending triage Awaiting review. topic: mods Related to the creation or use of mods. size: medium A medium pull request with 100 or fewer changes. labels Oct 30, 2025
@Hundrec Hundrec linked an issue Nov 12, 2025 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. topic: mods Related to the creation or use of mods. type: enhancement Involves an enhancement or new feature.

Development

Successfully merging this pull request may close these issues.

Enhancement: Make a sandboxed resolveClass function for ReflectUtil.hx

2 participants