Skip to Main Content

BTD_Mod_Helper​.Api​.Helpers​.GameModelExporter


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Helpers

GameModelExporter Class

Class for handily exporting elements of the GameModel to json files

public static class GameModelExporter

Inheritance System.Object  GameModelExporter

Methods

GameModelExporter.Export(Object, string) Method

Tries to save a specific Model and logs doing so

public static void Export(Object data, string path);

Parameters

data Il2CppSystem.Object

path System.String

GameModelExporter.TryExport(Object, string) Method

Exports a Model to the path, returning whether it was successful. Does not log anything.

public static bool TryExport(Object data, string path);

Parameters

data Il2CppSystem.Object

path System.String

Returns

System.Boolean

To learn how to download BTD Mod Helper and install mods, click here