361259_Up to 75% off Video Game Accessories - Shop GameShark Store Now
Call of Duty 4: Scripting Reference - Level::GetVehicleNode

From Mods Repository Wiki

Share/Save/Bookmark
Jump to: navigation, search


GetVehicleNode( <name>, <key> )

Module: Level
SP Only

Summary:

Gets a vehicle node with the given name, key pair


Call this on:

Example:

node = GetVehicleNode( self.target, "targetname" );

Required arguments:

  1. <name> (string) The name to search for
  2. <key> (string) The key that name goes with


Optional arguments:

none


Notes:

none