Loading...
Searching...
No Matches
Go to the source code of this file.
|
TypeInfo::RawType | RE::BSScript::GetRawTypeFromVMType (VMTypeID a_typeID) |
|
void | RE::BSScript::BindID (BSTSmartPointer< Object > &a_object, const void *a_src, VMTypeID a_typeID) |
|
void | RE::BSScript::PackHandle (Variable *a_dst, const void *a_src, VMTypeID a_typeID) |
|
void * | RE::BSScript::UnpackHandle (const Variable *a_src, VMTypeID a_typeID) |
|
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_static_base_pointer_v< T >, int > = 0> |
T | RE::BSScript::UnpackValue (const Variable *a_src) |
|