API
Interface
public interface IProfessionsPlugin
{
void LearnProfession(string entityId, string professionId,
GameObject source = null);
bool IsProfessionLearned(string entityId, string professionId);
List<string> GetLearnedProfessions(string entityId);
}Methods
LearnProfession
void LearnProfession(string entityId, string professionId,
GameObject source = null)IsProfessionLearned
GetLearnedProfessions
ProfessionEntry
Events
Event
Fields
Description
Trigger Types
Trigger
Description
Save Data
ProfessionsSaveData
Field
Type
Description
Usage
Last updated
Was this helpful?
