surface_get_height(id)
id = name of the variable which holds the ID of the surface (see surface_create).
Example
surface_height=surface_get_height(surface);
This function returns the height of the surface with the given ID.
esh_corp11 - Revision #1