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

Entirely missing types for TestService #1202

Open
pakamijo opened this issue Mar 6, 2024 · 2 comments · May be fixed by #1291
Open

Entirely missing types for TestService #1202

pakamijo opened this issue Mar 6, 2024 · 2 comments · May be fixed by #1291

Comments

@pakamijo
Copy link

pakamijo commented Mar 6, 2024

I wanted to implement TestService:Message() for my game's log, and i'm surprised to find there aren't any types for this service

image

@Dionysusnu
Copy link
Contributor

TestService is listed as a plugin-only class in the generator:

"TestService",

Does TestService:Message() serve a use in a running game?
If so, I'll have a look into why we've marked it as plugin only. (Probably by mistake, or outdated)
If not (and you're writing a plugin), make sure you're using the plugin template to set up your project.

@pakamijo
Copy link
Author

pakamijo commented Mar 6, 2024

The use case is limited, but it's mostly for the purpose of color formatting f9 console output for tests, which can then allow to uniquely identify the console message with Enum.MessageType.MessageInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants