Skip to content

Instantly share code, notes, and snippets.

@csmith
Created December 2, 2015 06:58
Show Gist options
  • Save csmith/a04ccaec0a42180df537 to your computer and use it in GitHub Desktop.
Save csmith/a04ccaec0a42180df537 to your computer and use it in GitHub Desktop.
Sample code showing debugging using antennae in Space Engineers
void Main(string argument)
{
var blocks = new List<IMyTerminalBlock>();
GridTerminalSystem.GetBlocksOfType<IMyRadioAntenna>(blocks);
blocks[0].SetCustomName("Received argument: " + argument);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment