EventPositionY

From SwinGame

This routine finds the Y Position of the Event and event number specified.

Where is it: SGSDK_MAPPYLOADER

Contents

Languages

Pascal

function EventPositionY(m : Map; event : Event; eventnumber : Integer): Integer;

C#

public int MappyLoader.EventPositionY(Map map, Event evnt, int eventnumber);

Visual Basic .NET

Public Function MappyLoader.EventPositionY(ByVal map As Map, ByVal evnt As Event, ByVal eventnumber As Integer) As Integer

Visual Basic 6

Public Function MappyLoader.EventPositionY(ByVal map As Map, ByVal evnt As Event, ByVal eventnumber As Long) As Long

Example

Also See