VisualScriptClassConstant

Inherits: VisualScriptNode < Resource < Reference < Object

Category: Core

Brief Description

Gets a constant from a given class.

Member Variables

  • String base_type - The constant’s parent class.
  • String constant - The constant to return. See the given class for its available constants.

Description

This node returns a constant from a given class, such as @GlobalScope.TYPE_INT. See the given class’ documentation for available constants.

Input Ports:

none

Output Ports:

  • Data (variant): value