Guest User

Untitled

a guest
Jul 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function CheckStatus()
  2. {
  3. var tStuff = curNode.GetStuff();
  4. if(tStuff!=cachedStuff)
  5. {
  6. cachedStuff=tStuff;
  7. UpdateScales();
  8. }
  9. }
Add Comment
Please, Sign In to add comment