# Lib.flow.context ## Operators - [**ExecuteRawBufferUpdate**](ExecuteRawBufferUpdate.md) - [**GetBoolVar**](GetBoolVar.md) - [**GetFloatVar**](GetFloatVar.md) — Fetches a float variable from the context. - [**GetForegroundColor**](GetForegroundColor.md) — Gets the current foreground color from the context. - [**GetIntVar**](GetIntVar.md) — Reads a variable from the context. - [**GetMatrixVar**](GetMatrixVar.md) — Retrieves a matrix as an array for Vector4 from the evaluation context. - [**GetObjectVar**](GetObjectVar.md) - [**GetPosition**](GetPosition.md) — Gets the current position, rotation, and scale in the world so it can be applied to other transforms. - [**GetStringVar**](GetStringVar.md) — Fetches a float variable from the context. - [**GetVec3Var**](GetVec3Var.md) - [**SetBoolVar**](SetBoolVar.md) - [**SetFloatVar**](SetFloatVar.md) — Writes a float value to the context's float variable dictionary. - [**SetIntVar**](SetIntVar.md) — Sets or overwrites an int variable that can be retrieved by [GetIntVar] further down (left in) the graph. - [**SetMatrixVar**](SetMatrixVar.md) — Stores a matrix as an array of vector4 on the evaluation context. - [**SetObjectVar**](SetObjectVar.md) - [**SetRequestedResolutionCmd**](SetRequestedResolutionCmd.md) - [**SetStringVar**](SetStringVar.md) — Writes a string value to the context's float variable dictionary. - [**SetVec3Var**](SetVec3Var.md) --- *Auto-generated from the operator library.*