![]() |
TrinityCore
|
#include <ScriptActions.h>
Inheritance diagram for Scripting::v2::ActionResult< T >:Static Public Member Functions | |
| static ActionResultSetter< T > | GetResultSetter (std::shared_ptr< ActionResult > action) |
Private Attributes | |
| ActionResultValueHolder< T > | _result = { .Action = *this } |
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 64 of file ScriptActions.h.
|
inlinestatic |
|
private |
Definition at line 73 of file ScriptActions.h.