Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

IntantBuildingEnable not changing?

$
0
0
Code:
		  <InstantBuildingEnabled>false</InstantBuildingEnabled>  ("true" desired)
		  <GetOwnershipFromProjector>false</GetOwnershipFromProjector> ("true" desired)
Code:
void Main(string argument)
{
  // block declarations
  string ERR_TXT = "";
  List&lt;IMyTerminalBlock&gt; l0 = new List&lt;IMyTerminalBlock&gt;();
  IMyProjector v0 = null;
  GridTerminalSystem.GetBlocksOfType&lt;IMyProjector&gt;(l0);
  if(l0.Count == 0) {
	ERR_TXT += "no Projector blocks found\n";
  }
  else {...
IntantBuildingEnable not changing?

Viewing all articles
Browse latest Browse all 645

Latest Images

Trending Articles



Latest Images