-
Notifications
You must be signed in to change notification settings - Fork 18
Get Object Attribute
Leopold A-C edited this page Feb 4, 2021
·
7 revisions
Category: Python
Returns the attribute of a python object, if the object has an attribute with the given name. This is generic and may be used with any python object.
Object Instance
- Generic python object. Can be anything.
Attribute
- Name of the attribute to look for.
Value
- Attribute value if the object has the requested attribute. Defaults to
None
.
Documentation for Logic Nodes version 0.9.1 on UPBGE 0.3.0 Alpha