MatchPrefix (script event)
From modwiki
The information on this page is specific to Quake 4.Description
Usage
In your script type...
string matchPrefix( string prefix, string previousPrefix )
Parameters
- [prefix] -
- [previousPrefix] -
Examples
$my_entity.matchPrefix( "info_", "info_player" );
Notes
Not available.

