This article's documentation is for anything that uses the Source engine. Click here for more information.

$jointsurfaceprop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
$jointsurfaceprop (joint name) (name)
{{LanguageBar|title = $jointsurfaceprop}}
* Applies a surface property to a particular joint and all of its children. HLMV can be used to generate blocks of .QC file that sets the surface properties correctly.  
{{this is a|QC command|name=$jointsurfaceprop}} It applies a [[Material Surface Property]] to a particular bone '''and all of its children'''. [[HLMV]] can be used to generate blocks of .QC file that sets the surface properties correctly.


== Syntax ==
$jointsurfaceprop <bone name> <surfaceprop>


[[Category:QC Commands]]
== See also ==
 
*[[$surfaceprop]]

Latest revision as of 21:23, 18 July 2025

English (en)Русский (ru)Translate (Translate)

$jointsurfaceprop is a QC command available in all Source Source games. It applies a Material Surface Property to a particular bone and all of its children. HLMV can be used to generate blocks of .QC file that sets the surface properties correctly.

Syntax

$jointsurfaceprop <bone name> <surfaceprop>

See also