EventCount
From SwinGame
"EventCount" finds out how many of the specified Event, exists within the map specified.
Where is it: SGSDK_MAPPYLOADER
Contents |
Languages
Pascal
function EventCount(m : Map; event : Event): Integer;
C#
public int MappyLoader.EventCount(Map map, Event evnt);
Visual Basic .NET
Public Function MappyLoader.EventCount(ByVal map As Map, ByVal evnt As Event) As Integer
Visual Basic 6
Public Function MappyLoader.EventCount(ByVal map As Map, ByVal evnt As Event) As Long

