Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. self.Belka = Utils.indexToObject(self.components, getXMLString(self.xmlFile, "vehicle.Belka#index"));
  2. setVisibility((self.Belka), false);
  3.  
  4. self.Sruba = Utils.indexToObject(self.components, getXMLString(self.xmlFile, "vehicle.Sruba#index"));
  5. setVisibility((self.Sruba), true);
  6.  
  7. self.Tur = Utils.indexToObject(self.components, getXMLString(self.xmlFile, "vehicle.Tur#index"));
  8. setVisibility((self.Tur), true);
  9.  
  10. self.PitchArm = Utils.indexToObject(self.components, getXMLString(self.xmlFile, "vehicle.TractorAnimations.PitchArm#Index"));
  11. self.PitchArmRefNode = Utils.indexToObject(self.components, getXMLString(self.xmlFile, "vehicle.TractorAnimations.PitchArm#refNode"));
  12.  
  13. self.ScrollParts = Utils.loadScrollers(self.components, self.xmlFile, "vehicle.Paski.Pasek", {}, false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement