API:Sandbox/ModAPI/IMyConfigDedicated/Save

From Space Engineers Wiki
Revision as of 06:40, 22 September 2014 by GeneralWrex (talk | contribs) (Created page with "{{APIPage}} == Examples == <syntaxhighlight lang="csharp"> public override void UpdateBeforeSimulation10() { } </syntaxhighlight> == Notes == Category:API/Sandbox/M...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Method

void Save()
Member of IMyConfigDedicated
Raw file API:Sandbox/ModAPI/IMyConfigDedicated/Save/raw

Examples

		public override void UpdateBeforeSimulation10()
		{
		}

Notes