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

UserMessage missing ReadMessage/ReadRepeatedMessage/AddMessage methods #668

Open
BeepIsla opened this issue Nov 12, 2024 · 1 comment
Open
Labels
untriaged New issue has not been triaged

Comments

@BeepIsla
Copy link

Hello,

some usermessages have nested protobuf types, how would we access those?

I saw they are commented out, was this done for any particular reason or simply forgotten?

// public UserMessage ReadMessage(string fieldName) => NativeAPI.PbReadmessage(this, fieldName);
// public UserMessage ReadRepeatedMessage(string fieldName, int index ) => NativeAPI.PbReadrepeatedmessage(this, fieldName, index);
// public UserMessage AddMessage(string fieldName) => NativeAPI.PbAddmessage(this, fieldName);

@github-actions github-actions bot added the untriaged New issue has not been triaged label Nov 12, 2024
@KillStr3aK
Copy link
Contributor

Hey!
They are not finished yet, require more work to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged New issue has not been triaged
Projects
None yet
Development

No branches or pull requests

2 participants