diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-08-14 13:38:22 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-08-15 19:10:51 +0300 |
commit | e537a1f10ec32e9e2daecb171128c3f63f0bcc97 (patch) | |
tree | b88da8f3e3336b42c3470a0922294e97619e6a5a /doc/classes/VisualShaderNodeVectorFunc.xml | |
parent | 966559c3bdcdc7eeb0cd04098520250580ea3a04 (diff) | |
download | redot-engine-e537a1f10ec32e9e2daecb171128c3f63f0bcc97.tar.gz |
Added missed limiters for Visual Shader node enums
Diffstat (limited to 'doc/classes/VisualShaderNodeVectorFunc.xml')
-rw-r--r-- | doc/classes/VisualShaderNodeVectorFunc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/VisualShaderNodeVectorFunc.xml b/doc/classes/VisualShaderNodeVectorFunc.xml index cbda3dfb46..79bf3f6a07 100644 --- a/doc/classes/VisualShaderNodeVectorFunc.xml +++ b/doc/classes/VisualShaderNodeVectorFunc.xml @@ -121,5 +121,8 @@ <constant name="FUNC_ONEMINUS" value="34" enum="Function"> Returns [code]1.0 - vector[/code]. </constant> + <constant name="FUNC_MAX" value="35" enum="Function"> + Represents the size of the [enum Function] enum. + </constant> </constants> </class> |