Table of Contents

Method CreateHero

Namespace
GrindFest
Assembly
GrindFest.dll

CreateHero(string, string)

Create a hero properly — handles 0-hero state, NavMesh agent, and bot start. Usage: return GrindFest.PlaytestInfo.CreateHero("CopilotBot", "Hero");

public static string CreateHero(string heroName = "CopilotBot", string heroClass = "Hero")

Parameters

heroName string
heroClass string

Returns

string