mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-07-03 17:51:55 +00:00
Add json functions
This commit is contained in:
@ -58,7 +58,7 @@ namespace scripting
|
||||
throw std::runtime_error("Null pointer");
|
||||
}
|
||||
|
||||
return reinterpret_cast<T*>(this->get<int>());
|
||||
return reinterpret_cast<T*>(value);
|
||||
}
|
||||
|
||||
const game::VariableValue& get_raw() const;
|
||||
|
Reference in New Issue
Block a user