Page MenuHomeFeedback Tracker

Is it possible to make AIGroup, BehaviourGroupInfectedPack, AIGroupBehaviour... public?
New, UrgentPublic

Description

These classes seem to be private

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

When I try to create an AI group with code like this :
AIGroup myAiGroup = new AIGroup();
I have this message : “Methode 'AIGroup' is private” (same thing with other methodes) when I launch the server.

Additional Information

I would like to use these methods to make moving hordes for my PvZmoD Spawn System.
Of course if there is other methods needed to manage groups I need them to be public.

Event Timeline

Liven created this task.Sep 30 2019, 4:56 PM
komer added a subscriber: komer.Apr 15 2020, 7:21 PM
Kizeko added a subscriber: Kizeko.Nov 6 2020, 10:24 PM