Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.17 KB | None | 0 0
  1.         fox2={
  2.             tppVehicle2BodyData={
  3.                 name=, -- string
  4.                 typeIndex=, -- uint8; VehicleTypeIndex
  5.                 proxyTypeIndex=, -- uint8; ProxyVehicleTypeIndex
  6.                 bodyImplTypeIndex=, -- uint8
  7.                 partsFile=, -- filePtr
  8.                 bodyInstanceCount=, -- uint8
  9.                 fovaFiles= -- filePtr
  10.             },
  11.  
  12.             weaponParameters={
  13.                 primary={
  14.                     attackId=, -- string
  15.                     equipId=, -- string
  16.                     bulletId=, -- string
  17.                     weaponImplTypeIndex=, -- uint8
  18.                     fireInterval=, -- float
  19.                     weaponFile=, -- filePtr
  20.                     ammoFile=, -- filePtr
  21.                     ownerCnpName=, -- string
  22.                     weaponBoneName=, -- string
  23.                     turretBoneName=, -- string
  24.                     barrelBoneName=, -- string
  25.                     minPitch=, -- float
  26.                     maxPitch=, -- float
  27.                     rotSpeed= -- float
  28.                 },
  29.  
  30.                 secondary={
  31.                     attackId=, -- string
  32.                     equipId=, -- string
  33.                     bulletId=, -- string
  34.                     weaponImplTypeIndex=, -- uint8
  35.                     fireInterval=, -- float
  36.                     weaponFile=, -- filePtr
  37.                     ammoFile=, -- filePtr
  38.                     ownerCnpName=, -- string
  39.                     weaponBoneName=, -- string
  40.                     turretBoneName=, -- string
  41.                     barrelBoneName=, -- string
  42.                     minPitch=, -- float
  43.                     maxPitch=, -- float
  44.                     rotSpeed= -- float
  45.                 }
  46.             },
  47.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement