$bonemerge: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (minor cleanup)
Line 1: Line 1:
<code>$bonemerge (name)</code>
Serves as a hint to the game code that the named bone will be used for bone merges (see [[Attachments]]) during the game. If this flag is not present, the bone can still be used but you'll get performance warnings.


* Serves as a hint to the game code that the named bone will be used for bone merges (see [[Attachments]]) during the game. If this flag is not present, the bone can still be used but you'll get performance warnings.
== Syntax ==
$bonemerge <bone name>


[[Category:QC Commands]]
[[Category:QC Commands|bonemerge]]

Revision as of 14:01, 28 April 2008

Serves as a hint to the game code that the named bone will be used for bone merges (see Attachments) during the game. If this flag is not present, the bone can still be used but you'll get performance warnings.

Syntax

$bonemerge <bone name>