From 6172f09703847aeac556abf2fca5169e73d22f97 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 14 Oct 2017 20:11:00 -0700 Subject: [DOCS] Update 12 VisualScript* nodes --- doc/classes/VisualScriptClassConstant.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/classes/VisualScriptClassConstant.xml') diff --git a/doc/classes/VisualScriptClassConstant.xml b/doc/classes/VisualScriptClassConstant.xml index 70e7de5dd..0377fa8f0 100644 --- a/doc/classes/VisualScriptClassConstant.xml +++ b/doc/classes/VisualScriptClassConstant.xml @@ -1,10 +1,14 @@ - A Visual Script node representing a constant from a class. + Gets a constant from a given class. - A Visual Script node representing a constant from the classes, such as [@GlobalScope.TYPE_INT]. + This node returns a constant from a given class, such as [@GlobalScope.TYPE_INT]. See the given class' documentation for available constants. + [b]Input Ports:[/b] + none + [b]Output Ports:[/b] + - Data (variant): [code]value[/code] @@ -42,10 +46,10 @@ - The type to get the constant from. + The constant's parent class. - The name of the constant to return. + The constant to return. See the given class for its available constants. -- cgit v1.2.3-70-g09d2