#include <mobu-python-api.h>
Transaction event.
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBPropertyBool | IsBeginTransaction |
FBPropertyInt | Type |
def __reduce__ | ( | ) |
Reimplemented from FBEvent.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventTransaction(HKEventBase pEvent)
Constructor.
pEvent | Base event object. |
Reimplemented from FBEvent.
Read Only Property: Tells if the transaction is at begin.
FBPropertyInt Type
[inherited] |
Read Only Property: Type of event.
Reimplemented in FBEventFileChange, FBEventSceneChange, and FBEventTakeChange.