GetRenderBounds: Difference between revisions
Jump to navigation
Jump to search
m (boldiness...no glossary) |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 1: | Line 1: | ||
== void C_BaseAnimatingOverlay::'''GetRenderBounds'''( Vector& theMins, Vector& theMaxs ) == | == void C_BaseAnimatingOverlay::'''GetRenderBounds'''( Vector& theMins, Vector& theMaxs ) == | ||
This function returns the mins and maxs of {{this}} entity's current model, sequence, and frame. | This function returns the mins and maxs of {{this}} entity's current model, sequence, and frame. | ||
==See | ==See also== | ||
* [[Bounding volume]] | * [[Bounding volume]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Revision as of 09:42, 8 January 2024
void C_BaseAnimatingOverlay::GetRenderBounds( Vector& theMins, Vector& theMaxs )
This function returns the mins and maxs of Template:This entity's current model, sequence, and frame.