Skip to content

variable_traverse_string

Hyomoto edited this page Oct 18, 2020 · 4 revisions
Jump To Go Back Arguments Methods Variables

variable_traverse_string( ref, variable )

Returns: mixed

Retrieves the variable stored in ref whether it is an object or a structure. Will throw an exception if ref doesn't exist, or the value isn't found.

// no example

Arguments

Name Type Purpose
ref struct/instance The struct or instance to traverse
variable string The variable to return
Clone this wiki locally