![]() |
TrinityCore
|
#include <ScriptActions.h>
Inheritance diagram for Scripting::v2::ActionResult< void >:Static Public Member Functions | |
| static ActionResultSetter< void > | GetResultSetter (std::shared_ptr< ActionResult > action) |
Additional Inherited Members | |
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 () |
| virtual bool | IsReady () const noexcept |
Protected Member Functions inherited from Scripting::v2::ActionBase | |
| void | MarkCompleted () noexcept |
Definition at line 77 of file ScriptActions.h.
|
inlinestatic |
Definition at line 80 of file ScriptActions.h.