Call of Duty 4: Scripting Reference - Level::GetVehicleNode
From Mods Repository Wiki
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:
- <name> (string) The name to search for
- <key> (string) The key that name goes with
Optional arguments:
- none
Notes:
- none