Difference between revisions of "API:Sandbox/ModAPI/IMyConfigDedicated/Load"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{APIMethodPage}} == Examples == == Notes == Category:API/Sandbox/ModAPI/IMyConfigDedicated")
 
Line 2: Line 2:
  
 
== Examples ==
 
== Examples ==
 +
<syntaxhighlight lang="csharp">
 +
public override void UpdateBeforeSimulation10()
 +
{
 +
}
 +
</syntaxhighlight>
  
 
== Notes ==
 
== Notes ==
  
 
[[Category:API/Sandbox/ModAPI/IMyConfigDedicated]]
 
[[Category:API/Sandbox/ModAPI/IMyConfigDedicated]]

Revision as of 06:11, 22 September 2014

Template:APIMethodPage

Examples

		public override void UpdateBeforeSimulation10()
		{
		}

Notes