-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
Add to In-Engine Scripting API Documentation with a Plugin #10635
Comments
Have you tried actually using a module? This is what already happens with e.g. Zylann's terrain module or the fast_noise module |
I'm trying to look in those modules, but I don't see anywhere that this documentation is outlined. What file actually provides the documentation to the engine / how does it get connected? Also, I'm looking specifically for something that would work with plugins, that way it can be handled with GDNative on the AssetLib. |
This needs to be properly done when 3.0 comes out and people starts doing
plugins,but as the API is not stable yet, this is not done
…On Fri, Aug 25, 2017 at 12:13 PM, Will Nations ***@***.***> wrote:
I'm trying to look in those modules, but I don't see anywhere that this
documentation is outlined. What file actually provides the documentation to
the engine / how does it get connected?
Also, I'm looking specifically for something that would work with plugins,
that way it can be handled with GDNative on the AssetLib.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10635 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF-Z2yxqBJ_z0GhrCzLn9scKzHJPTrfZks5sbuSVgaJpZM4PCybj>
.
|
@reduz Can you elaborate on what you mean by "not stable"? What are the criteria that need to be met for the above features to be doable? What needs to be fixed / improved in order to reach those criteria? It'd be better if we can get a head start on it now before the 3.0 release. |
3.0 needs to be released - right now the API is constantly being changed in preparation for 3.0. |
Ah, I see what you mean now. But that doesn't seem related to the methodology people use for integrating content into that API with plugins. That sounds like a perpendicular task. Can people just write up their own similar XML API document for a plugin and then get it rendered somehow? That's the methodology that I'm not familiar with. |
@willnationsdev most probably will be via writing an XML, but writing it youself from scratch kind of sucks, so I want to think of ways to ease it up |
Superseded by godotengine/godot-proposals#177, closing. |
Motivation:
Ideal Features:
Something where we supply our own XML file to be read in and incorporated?
The text was updated successfully, but these errors were encountered: