Builder.getObject

Gets the object named name. Note that this function does not increment the reference count of the returned object. Since 2.12

class Builder
getObject
(
string name
)

Parameters

name string

name of object to get

Return Value

Type: ObjectG

the object named name or NULL if it could not be found in the object tree.. transfer none.

Meta