Skip to content

Instantly share code, notes, and snippets.

@csmith
Last active December 3, 2015 10:46
Show Gist options
  • Save csmith/3104546232d092432e69 to your computer and use it in GitHub Desktop.
Save csmith/3104546232d092432e69 to your computer and use it in GitHub Desktop.
Simple demo of using ElapsedTime in a SpaceEngineers script
void Main(string argument)
{
Echo("Time since last run: " + ElapsedTime.TotalSeconds);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment