GetBindMaster (script event)
From modwiki
The information on this page is specific to Quake 4.Description
Checks which entity the current entity is bound to as slave.
Usage
In your script type...
entity getBindMaster()
Parameters
This script event does not accept parameters.
Examples
$my_entity.getBindMaster();
Notes
Not available.

