Texture_get_texel_height - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Notation
Description
Gets the height of the given texture in pixels, and returns the result.
Parameters
- texid, index of the texture
Return Values
Returns the height of the texture in pixels.
Example Call
texpheight = texture_get_pixheight(tex);
Demonstrates getting the height of a texture in pixels. NOTOC