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

Move DCT functions into separate namespace #166

Open
rurounijones opened this issue Jun 27, 2022 · 1 comment
Open

Move DCT functions into separate namespace #166

rurounijones opened this issue Jun 27, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@rurounijones
Copy link
Contributor

Move the DCT functions out of the custom namespace and into a dct namespace. All future Custom, framework specific, work will be done in an isolated namespace.

As part of this we will rename the lua methods with a prefix as suggested by @justin-lovell to help with isolation and reduce chances of conflict. (i.e. dct.joinMission). We may eventually rename all existing core methods as well but that is out of scope for this.

@justin-lovell
Copy link
Collaborator

FYI, I saw @rkusa make some progress with this element - https://github.com/DCS-gRPC/rust-server/tree/poc-plugins

He is smarter than me, but I see that as a way to have "experimental API's" or "beta API's" sandboxed and eventually promoted. This would give us some sandbox to attempt to building the group unit.

@rurounijones rurounijones added the good first issue Good for newcomers label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants