Documentation
Urho3D::DelayedCall Struct Reference
Delay-executed function or method call. More...
#include <ScriptEventListener.h>
Collaboration diagram for Urho3D::DelayedCall:
Public Attributes | |
float | period_ |
Period for repeating calls. | |
float | delay_ |
Delay time remaining until execution. | |
bool | repeat_ |
Repeat flag. | |
String | declaration_ |
Function declaration. | |
VariantVector | parameters_ |
Parameters. | |
Detailed Description
Delay-executed function or method call.
The documentation for this struct was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Script/ScriptEventListener.h