SuperTuxKart
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Scripting::PendingTimeout Struct Reference

Represents a scripting function to execute after a given time. More...

#include <script_engine.hpp>

Inheritance diagram for Scripting::PendingTimeout:
Inheritance graph
[legend]

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
 

Detailed Description

Represents a scripting function to execute after a given time.


The documentation for this struct was generated from the following files: