Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

check object attributes python

rofl = NewObject()
dir(rofl) // <-- show all of the available attributes that object has
 
PREVIOUS NEXT
Tagged: #check #object #attributes #python
ADD COMMENT
Topic
Name
4+5 =