Urho3D::DelayedCall Struct Reference
Urho3D::DelayedCall Struct Reference
Delay-executed function or method call. More...
#include <Urho3D/AngelScript/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:
- Source/Urho3D/AngelScript/ScriptEventListener.h
