![]() |
TrinityCore
|
#include <ScriptActions.h>
Inheritance diagram for Scripting::v2::WaitAction:Public Member Functions | |
| WaitAction (TimePoint waitEnd) | |
| bool | IsReady () const noexcept override |
Public Member Functions inherited from Scripting::v2::ActionBase | |
| ActionBase () | |
| ActionBase (ActionBase const &other) | |
| ActionBase (ActionBase &&other) noexcept | |
| ActionBase & | operator= (ActionBase const &other) |
| ActionBase & | operator= (ActionBase &&other) noexcept |
| virtual | ~ActionBase () |
Private Attributes | |
| TimePoint | _waitEnd |
Additional Inherited Members | |
Protected Member Functions inherited from Scripting::v2::ActionBase | |
| void | MarkCompleted () noexcept |
Definition at line 52 of file ScriptActions.h.
|
explicit |
Definition at line 49 of file ScriptActions.cpp.
|
overridevirtualnoexcept |
Reimplemented from Scripting::v2::ActionBase.
Definition at line 53 of file ScriptActions.cpp.
Here is the call graph for this function:
|
private |
Definition at line 60 of file ScriptActions.h.