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