Difference between revisions of "IC Python API:RLPy RCallback"

From Reallusion Wiki!
Jump to: navigation, search
(Created page with "{{TOC}} {{Parent|IC_Python_API:RL_Python_Modules|Modules}} ==Detailed Description== This class is base class of all callback class, such as REventCallback, RDialogCallback......")
(No difference)

Revision as of 20:33, 28 March 2019

Main article: Modules.

Detailed Description

This class is base class of all callback class, such as REventCallback, RDialogCallback...

Inherited By

This class is inherited by the following classes:

Class Description
DialogCallback Used to register callbacks for dialog events.
EventCallback Used to register callbacks for system events.
PyTimerCallback Used to register callbacks for timer event.
TcpCallback Used to register callbacks for TCP/IP network.
UdpCallback Used to register callbacks for UDP network.
WinMessageCallback Used to register callbacks for windows messages.