diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-27 12:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 12:33:39 +0200 |
commit | 560f55da5143d141fea56c0cbedd442bd3d2095b (patch) | |
tree | 85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /doc/classes/Environment.xml | |
parent | 755b589384eedbd3843fe7263cbc655633b8bd7e (diff) | |
parent | 71d53637b5bce5519800a5cadfa2e42750b8b793 (diff) |
Merge pull request #30119 from akien-mga/doc-misc-updates
doc: Complete and harmonize all _MAX constant descriptions, fix scoped hyperlinks
Diffstat (limited to 'doc/classes/Environment.xml')
-rw-r--r-- | doc/classes/Environment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index eb94447529..72993103e8 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -273,7 +273,7 @@ Display a camera feed in the background. </constant> <constant name="BG_MAX" value="7" enum="BGMode"> - Helper constant keeping track of the enum's size, has no direct usage in API calls. + Represents the size of the [enum BGMode] enum. </constant> <constant name="GLOW_BLEND_MODE_ADDITIVE" value="0" enum="GlowBlendMode"> Additive glow blending mode. Mostly used for particles, glows (bloom), lens flare, bright sources. |