added natives to delete outputs

added native to find output
refactored some code
This commit is contained in:
2016-05-24 19:56:06 +02:00
parent 6e0b40e1bc
commit a827da64eb
7 changed files with 289 additions and 95 deletions

14
gamedata/outputinfo.txt Normal file
View File

@ -0,0 +1,14 @@
"Games"
{
"#default"
{
"Signatures"
{
"CEventAction__operator_delete"
{
"library" "server"
"linux" "@_ZN12CEventActiondlEPv"
}
}
}
}