Context.variableOrConstExists

Searches the entire Context stack for a variable starting with the current context and climbing the parent chain.

class Context
bool
variableOrConstExists
(
in string name
)

Parameters

name string

The name of the variable to look for.

Return Value

Type: bool

True if the variable is found, otherwise false.

Meta