mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-07-03 17:51:55 +00:00
Print errors
This commit is contained in:
@ -18,9 +18,9 @@ namespace gsc
|
||||
|
||||
unsigned int size() const;
|
||||
std::vector<scripting::script_value> get_raw() const;
|
||||
scripting::script_value get(const int index) const;
|
||||
scripting::value_wrap get(const int index) const;
|
||||
|
||||
scripting::script_value operator[](const int index) const
|
||||
scripting::value_wrap operator[](const int index) const
|
||||
{
|
||||
return this->get(index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user