Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. int = integer = number
  2. string = text
  3. combobox = list where you can select an item
  4. boolean = true or false
  5.  
  6. ***********************
  7.  
  8. CarHASH - int
  9. Door ID - combobox (door ids)
  10. Speed Open kmh - int
  11. or
  12. Door Clone ID - combobox (door ids)
  13. Speed Close kmh - int
  14. Key Open - combobox (keyboard keys)
  15. Key Close - combobox (keyboard keys)
  16. Key Active Switch - ?
  17. Speed Active Switch - ?
  18. Brake Active Switch - ?
  19. Debug Active Switch - ?
  20. Line Count - int
  21. Opening Speed - int
  22. Opening Speed Switch - ?
  23. Max Opening Angle - int (from 0-359?)
  24. Is Convertible Bonnet Switch - ?
  25. Convertible Bonnet Wait - int
  26. Light Open Auto Switch - ?
  27. Light Opening Speed - int
  28. Light Opening Angle - int (from 0-359?)
  29. Override Auto - ?
  30. Airbrake Applied Force - ?
  31. Airbrake Lift and Return Speed - ?
  32. Door Clone Switch - combobox (trigger/cloned)
  33. Is Plane - combobox (aileron/elevator/propeller)
  34. Default Angle - int (from 0-359?)
  35. Is Plane - boolean
  36. Human Readable Identifier - string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement