![]() |
TrinityCore
|
#include <ScriptActionResult.h>
Public Member Functions | |
| ActionResultSetter ()=default | |
| ActionResultSetter (std::shared_ptr< ActionResultValueHolder< T > > &&action) | |
| void | SetResult (T result) |
| operator bool () const | |
| void | Reset () |
Private Attributes | |
| std::weak_ptr< ActionResultValueHolder< T > > | _action |
Definition at line 37 of file ScriptActionResult.h.
|
default |
|
inlineexplicit |
Definition at line 42 of file ScriptActionResult.h.
|
inlineexplicit |
Definition at line 53 of file ScriptActionResult.h.
|
inline |
|
inline |
Definition at line 44 of file ScriptActionResult.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 58 of file ScriptActionResult.h.