#include <mobu-python-api.h>
Take change event class.
This event occurs every time a take is:
Public Member Functions | |
__reduce__ () | |
__init__ (object arg1) | |
Constructor. More... | |
![]() | |
__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... | |
![]() | |
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.