v1.2.112 - kfun - find_object
|
NAME |
| find_object - find an object
|
SYNOPSIS |
| object find_object(string obj)
|
DESCRIPTION |
| The string argument is resolved as a file path, and the object with
the resulting name is searched for. Either the object, if found, or
nil is returned.
|
SEE ALSO |
| kfun/object_name
|
|