Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setAnonymousField(); to ReflectUtil #3622

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbnormalPoof
Copy link
Contributor

@AbnormalPoof AbnormalPoof commented Oct 8, 2024

Does this PR close any issues? If so, link them below.

Implements/Fixes #3177

Briefly describe the issue(s) fixed.

This PR adds a new function to ReflectUtil, setAnonymousField();. This function is basically a shortcut to Reflect.setField();.

@github-actions github-actions bot added small A small pull request with 10 or fewer changes haxe Issue/PR modifies game code and removed small A small pull request with 10 or fewer changes labels Oct 8, 2024
@EliteMasterEric EliteMasterEric added the status: pending triage The bug or PR has not been reviewed yet. label Oct 8, 2024
Copy link
Contributor

@cyn0x8 cyn0x8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
haxe Issue/PR modifies game code status: pending triage The bug or PR has not been reviewed yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Implement ReflectUtil.setAnonymousField()
3 participants