MatchPrefix (script event)

The information on this page is specific to Quake 4 .


Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Usage

string matchPrefix( string prefix , string previousPrefix )

Parameters

  • [prefix] -
  • [previousPrefix] -

Examples

$my_entity.matchPrefix( "info_", "info_player" );

Notes

Not available.