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

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{APIPage}} == Examples == <syntaxhighlight lang="csharp"> public override void UpdateBeforeSimulation10() { } </syntaxhighlight> == Notes == Category:API/Sandbox/M...")
(No difference)

Revision as of 06:46, 22 September 2014

Method

public string GetFilePath()
Member of IMyConfigDedicated
Raw file API:Sandbox/ModAPI/IMyConfigDedicated/GetFilePath/raw

Examples

		public override void UpdateBeforeSimulation10()
		{
		}

Notes