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

Get object from simTag and objTag #28

Closed
joey-kilgore opened this issue Dec 10, 2024 · 0 comments · Fixed by #30
Closed

Get object from simTag and objTag #28

joey-kilgore opened this issue Dec 10, 2024 · 0 comments · Fixed by #30
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@joey-kilgore
Copy link
Owner

Is your feature request related to a problem? Please describe.
When loading an object with getObjectFromUniqueId you need to create an uniqueId which is f'{simTag}_{objTag}'

Describe the solution you'd like
getObjectFromObjTag which takes in both the simTag and the objTag which could simply just call getObjectFromUniqueId and does the combination of simTag and objTag for the user. To simplify this process.

Describe alternatives you've considered
Obviously, the current method works, it just has a consistent extra step that I always have to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant