-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
BRP docs are missing some built-in methods #23644
Copy link
Copy link
Open
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Metadata
Metadata
Assignees
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Bevy version and features
mainat commit53ddd5e615ae15ad796b36724ddd67516bec0c84.What you did
I looked the BRP docs at
crates/bevy_remote/src/lib.rs.What went wrong
The following remote methods miss their docs:
world.write_messageschedule.listschedule.graphAdditional information
Those were introduced by the following PRs:
schedule.listendpoint #23447schedule.graphendpoint #23452