Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. static function Timer(Cone : String){
  2.  
  3. if(Cone == "StageBeamBroken" ){
  4.  
  5. var StartTime = Time.realtimeSinceStartup;
  6. }
  7.  
  8. Debug.Log(Cone + ": " + ( Time.realtimeSinceStartup - StartTime));}
  9.  
  10. StageBeamBroken: 2.6E-06
  11. FirstIncrement: 4.89
  12. SecondIncrement: 6.26
  13. Final Increment: 7.26
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement