Can anyone help me to write correct this sig ? :
Code:
{
"name" : "PlaybackEvent",
"library" : "engine",
"arguments" :
[
{
"type" : "int"
},
{
"type" : "edict_t *"
},
{
"type" : "unsigned short"
},
{
"type" : "float"
},
{
"type" : "float"
},
{
"type" : "float"
},
{
"type" : "float"
},
{
"type" : "float"
},
{
"type" : "int"
},
{
"type" : "int"
},
{
"type" : "int"
},
{
"type" : "int"
}
]
}
__________________