Added missing SetBroadcast to Event methodmap.

This commit is contained in:
Ross Bemrose 2014-11-07 16:47:20 -05:00
parent 21ea3c03b5
commit 3579977b28

View File

@ -272,4 +272,5 @@ methodmap Event < Handle {
public GetString() = GetEventString;
public SetString() = SetEventString;
public GetName() = GetEventName;
public SetBroadcast() = SetEventBroadcast;
}