|
CommonLibSSE (powerof3)
|
#include "RE/A/Array.h"#include "RE/B/BSTSmartPointer.h"#include "RE/P/PackUnpack.h"#include "RE/T/TypeInfo.h"#include "RE/V/Variable.h"#include "RE/V/VirtualMachine.h"Go to the source code of this file.
Namespaces | |
| RE | |
| RE::BSScript | |
Functions | |
| template<class T , class U = std::decay_t<T>, std::enable_if_t< is_string_convertible_v< U >, int > = 0> | |
| void | RE::BSScript::PackValue (Variable *a_dst, T &&a_src) |
| template<class T , std::enable_if_t< is_string_convertible_v< T >, int > = 0> | |
| T | RE::BSScript::UnpackValue (const Variable *a_src) |