public static void GetLocationByTile( float x, float y, out float[] loc )
Public Shared Sub GetLocationByTile ( _ x As Single, _ y As Single, _ <OutAttribute> ByRef loc As Single() _ )
public: static void GetLocationByTile( float^ x, float^ y, [OutAttribute] array<float^>^% loc )