Table of Contents

Method FindCharacter

Namespace
GrindFest.GameMaster.Helpers
Assembly
GrindFest.dll

FindCharacter(string)

Finds a CharacterBehaviour component by character name.

public static CharacterBehaviour FindCharacter(string characterName)

Parameters

characterName string

Name of the character to find

Returns

CharacterBehaviour

CharacterBehaviour if found, null otherwise