Skip to content

M_MSCLoader_SaveLoad_LoadGameObject

piotrulos edited this page Apr 7, 2023 · 4 revisions

SaveLoad.LoadGameObject Method

Note: This API is now obsolete.

Load position and rotation of single gameobject from file Call this AFTER you load your gameobject

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

[ObsoleteAttribute("Consider switching to SaveLoad.ReadValue or deserializing custom class.")]
public static void LoadGameObject(
	<a href="T_MSCLoader_Mod">Mod</a> mod,
	string fileName
)

View Source

Parameters

 

mod
Type: MSCLoader.Mod
Mod instance
fileName
Type: System.String
Name of the save file

See Also

Reference

SaveLoad Class
MSCLoader Namespace

Clone this wiki locally