#include <mobu-python-api.h>
Take change event class.
This event occurs every time a take is:
Inheritance diagram for FBEventTakeChange:Public Member Functions | |
| __reduce__ () | |
| __init__ (object arg1) | |
| Constructor. More... | |
Public Member Functions inherited from FBEvent | |
| __reduce__ () | |
| __init__ (...) | |
| Constructor. More... | |
Public Attributes | |
| FBPropertyTakeChangeType | Type |
| Read Only Property: Type of take change event. More... | |
| FBPropertyTake | Take |
| Read Only Property: The take modified. More... | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. More... | |
| __init__ | ( | object | arg1 | ) |
Constructor.
Python Docstring:
__init__( (object)arg1) -> None
C++ Signature:
FBEventTakeChange(HKEventBase pEvent)
| pEvent | Base event (internal) to obtain information from. |
| __reduce__ | ( | ) |
| FBPropertyTake Take |
Read Only Property: The take modified.
| FBPropertyTakeChangeType Type |
Read Only Property: Type of take change event.