enderalse/source/fs.dll/skse64/skse64/PapyrusFlora.h

18 lines
427 B
C++

#pragma once
class VMClassRegistry;
class BGSSoundDescriptorForm;
class TESFlora;
class TESForm;
namespace papyrusFlora
{
void RegisterFuncs(VMClassRegistry* registry);
TESForm * GetIngredient(TESFlora* thisFlora);
void SetIngredient(TESFlora* thisFlora, TESForm* ingredient);
BGSSoundDescriptorForm * GetHarvestSound(TESFlora* thisFlora);
void SetHarvestSound(TESFlora* thisFlora, BGSSoundDescriptorForm * sound);
};