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
m (WisdomBot moved page $jointsurfaceprop to $jointsurfaceprop/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.)
m (Multipage removal)
Line 1: Line 1:
{{langsp|title=$jointsurfaceprop}}
{{LanguageBar|title = $jointsurfaceprop}}
{{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.
  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.
Line 9: Line 10:


*[[$surfaceprop]]
*[[$surfaceprop]]
[[Category:QC Commands|jointsurfaceprop]]

Revision as of 03:39, 12 July 2024

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