Introduce a typedef keyword.
This commit is contained in:
@@ -140,7 +140,7 @@ stock ReplyToTargetError(client, reason)
|
||||
* @param clients Array to fill with unique, valid client indexes.
|
||||
* @return True if pattern was recognized, false otherwise.
|
||||
*/
|
||||
functag public bool:MultiTargetFilter(const String:pattern[], Handle:clients);
|
||||
typedef MultiTargetFilter = function bool (const char[] pattern, Handle clients);
|
||||
|
||||
/**
|
||||
* Adds a multi-target filter function for ProcessTargetString().
|
||||
|
||||
Reference in New Issue
Block a user