SetTextureFrameIndex()

From Valve Developer Community
Revision as of 12:20, 13 September 2024 by SirYodaJedi (talk | contribs) (Created page with "{{code|SetTextureFrameIndex}} is a C++ function available for CBaseEntity in all {{Source|4}} games. It sets the texture frame of all materials with the List Of Material...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SetTextureFrameIndex is a C++ function available for CBaseEntity in all Source Source games. It sets the texture frame of all materials with the ToggleTexture to the specified integer.

Confirm:Does this work on models and sprites?