You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Variable Library > recall

18.4 recall

var.recall(name)

Returns the value of a math variable with the given name. If the type of the named variable has no compatible Lua type, then nil and an error message are returned.

Introduced in platform.apiLevel = '1.0'