mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-04-20 21:05:44 +00:00
Also function
This commit is contained in:
parent
640fb032ea
commit
a508a7e3a4
@ -82,6 +82,11 @@ namespace scripting
|
||||
return "array";
|
||||
}
|
||||
|
||||
if (info == typeid(function))
|
||||
{
|
||||
return "function";
|
||||
}
|
||||
|
||||
if (info == typeid(vector))
|
||||
{
|
||||
return "vector";
|
||||
|
Loading…
x
Reference in New Issue
Block a user