Advertisement
Guest User

Untitled

a guest
May 5th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. else if (v.IsBlueLightEnabled())
  2. {
  3. v.SetChildEnabled("light_child", false);
  4. v.EnableBlueLights(false);
  5. }
  6. else
  7. {
  8. v.EnableBlueLights(true);
  9. v.SetChildEnabled("light_child", true);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement