$keyvalues: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
$keyvalues
* This allows you to add an arbitrary block of keyvalues into the .mdl file.


* For example:
$keyvalues
      {
          "build_points"
          {
                "build_point_0"
                {
                    "valid_objects"
                    {
                          "obj_manned_plasmagun" 1
                          "obj_resourcepump" 1
                          "obj_shieldwall" 1
                    }
                }
          }
      }






[[Category:QC Commands]]
[[Category:QC Commands]]

Revision as of 20:07, 7 November 2007

$keyvalues
  • This allows you to add an arbitrary block of keyvalues into the .mdl file.
  • For example:
$keyvalues
     {
          "build_points"
          {
               "build_point_0"
               {
                    "valid_objects"
                    {
                         "obj_manned_plasmagun" 1
                         "obj_resourcepump" 1
                         "obj_shieldwall" 1
                    }
               }
          }
     }