recordVariableAccess

fun A_Fiber.recordVariableAccess(variable: A_Variable, wasRead: Boolean)

Record access of the specified variable by this fiber.

Parameters

variable

A variable.

wasRead

true if the variable was read, false otherwise.