ReleaseProxy (script event)
From modwiki
The information on this page is specific to Quake 4.Description
Usage
In your script type...
void releaseProxy( string scriptObjectName )
Parameters
- [scriptObjectName] -
Examples
sys.releaseProxy( "my_script_object" );
Notes
This script event does not return any values.

