SourceFunc


Description:

public delegate bool SourceFunc<A> (A arg)

Callback for use with Event.add

The callback will be dispatched for each event, until it returns false

Parameters:

arg

argument passed when triggering the event

Returns:

whatever you want