|
SuperTuxKart
|
Represents a scripting function to execute after a given time. More...
#include <script_engine.hpp>

Public Member Functions | |
| PendingTimeout (double time, const std::string &callback_name) | |
| PendingTimeout (double time, asIScriptFunction *callback_delegate) | |
Public Attributes | |
| double | m_time |
| std::string | m_callback_name |
| We have two callback types: a string containing the name of the function to call (simple callback) or a "TimeoutBase" object (advanced callback) | |
| asIScriptFunction * | m_callback_delegate |
Represents a scripting function to execute after a given time.