Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ChimeraAIWorld.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class ChimeraAIWorld: AIWorld
17{
18 proto external int GetCurrentAmountOfLimitedAIsForFaction(FactionKey factionKey);
19 // Returns the Limit for the specified faction. Returns -1 if such limit is not defined
20 proto external int GetAILimitForFaction(FactionKey factionKey);
21 // Checks if the AI can be added for Faction. Returns always true if such limit is not defined
22 proto external bool CanLimitedAIBeAddedForFaction(FactionKey factionKey);
23 proto external void RequestRoadNetworkRebuild(vector min, vector max);
24 // get road network
26}
27
proto external int GetAILimitForFaction(FactionKey factionKey)
proto external void RequestRoadNetworkRebuild(vector min, vector max)
proto external bool CanLimitedAIBeAddedForFaction(FactionKey factionKey)
ChimeraAIWorldClass AIWorldClass GetCurrentAmountOfLimitedAIsForFaction(FactionKey factionKey)
proto external RoadNetworkManager GetRoadNetworkManager()