Dry
Public Attributes | List of all members
Dry::DelayedCall Struct Reference

Delay-executed function or method call. More...

#include <Dry/AngelScript/ScriptEventListener.h>

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: