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) | |
Represents a scripting function to execute after a given time.