Garry's Mod Wiki

ITexture:GetNumAnimationFrames

  number ITexture:GetNumAnimationFrames()

Description

Returns the number of animation frames in this texture.

Returns

1 number
The number of animation frames in this texture.

Example

local m = Material( "effects/prisonmap_disp" ) local t = m:GetTexture( "$basetexture" ) print( t:GetNumAnimationFrames() )
Output: 39