EVS_SearchBush
extern EvtScript EVS_SearchBush source
Execute this script to animate a shaking bush and potentially spawn an item from it. Expects a SearchBushConfig on LVar0. Typically used with BindTrigger.
EVS_ShakeTree
extern EvtScript EVS_ShakeTree source
Execute this script to animate a shaking tree and potentially spawn items from it. Expects a ShakeTreeConfig on LVar0. Typically used with BindTrigger.
BushType
TreeType
FoliageModelList
struct FoliageModelList source
Fields
count: s32
models: s32 [];
FoliageDrop
struct FoliageDrop source
FoliageDropList
struct FoliageDropList source
FoliageVectorList
struct FoliageVectorList source
SearchBushConfig
struct SearchBushConfig source
Fields
bush: FoliageModelList*
drops: FoliageDropList*
vectors: FoliageVectorList*
callback: EvtScript*
type: BushType
ShakeTreeConfig
struct ShakeTreeConfig source
Fields
leaves: FoliageModelList*
trunk: FoliageModelList*
drops: FoliageDropList*
vectors: FoliageVectorList*
callback: EvtScript*
type: TreeType