VisualScriptGlobalConstant

Inherits: VisualScriptNode < Resource < Reference < Object

A Visual Script node returning a constant from @GlobalScope.

Description

A Visual Script node returning a constant from @GlobalScope.

Properties

int

constant

0


Property Descriptions

int constant = 0

  • void set_global_constant ( int value )

  • int get_global_constant ( )

The constant to be used.