mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
542489a866
Setters and getters have been hidden from the documentation when the matching properties have been exposed, but some of them are parametric and require the name or index of a given parameter to be used. So they need to be properly documented with the type and name of the arguments they take. For example, CPUParticles' `set_param(Parameter param, float value)`. |
||
---|---|---|
.. | ||
doc_data.cpp | ||
doc_data.h | ||
doc_dump.cpp | ||
doc_dump.h | ||
SCsub |