godotConstants.isCompileTimeValue

Undocumented in source.
template godotConstants(T)
package package(godot)
template isCompileTimeValue (
T...
) if (
T.length == 0 ||
(
T.length == 1 &&
is(T[0])
)
) {}

Members

Manifest constants

isCompileTimeValue
enum isCompileTimeValue;
Undocumented in source.
isCompileTimeValue
enum isCompileTimeValue;
Undocumented in source.
isKnown
enum isKnown;
Undocumented in source.

Meta