Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ShapeEntity.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class ShapeEntityClass: GenericEntityClass
13{
14}
15
16class ShapeEntity: GenericEntity
17{
18 proto external BaseContainer GetPointContainerOfType(IEntitySource src, int anchorIdx, string type);
24 proto external void SetPoints(array<vector> points, IEntitySource entSource, int placeFirstAtIdx = 0);
25 proto external void GenerateTesselatedShape(notnull array<vector> outPoints);
32 proto void GetAllInfluenceBBoxes(IEntitySource shapeEntitySrc, out notnull array<vector> mins, out notnull array<vector> maxes);
40 proto void GetInfluenceBBoxesInSegments(IEntitySource shapeEntitySrc, int firstIncl, int lastIncl, out notnull array<vector> mins, out notnull array<vector> maxes);
41 proto external int GetPointCount();
42 proto external bool IsClosed();
44 proto external void GetPointsPositions(notnull array<vector> outPoints);
45 proto external void AddPointData(IEntitySource entSrc, int idx, ShapePointDataScriptBase pointData);
46}
47
EDamageType type
proto external void GenerateTesselatedShape(notnull array< vector > outPoints)
proto void GetInfluenceBBoxesInSegments(IEntitySource shapeEntitySrc, int firstIncl, int lastIncl, out notnull array< vector > mins, out notnull array< vector > maxes)
proto external void AddPointData(IEntitySource entSrc, int idx, ShapePointDataScriptBase pointData)
proto external void SetPoints(array< vector > points, IEntitySource entSource, int placeFirstAtIdx=0)
proto external bool IsClosed()
ShapeEntityClass GenericEntityClass GetPointContainerOfType(IEntitySource src, int anchorIdx, string type)
proto external int GetPointCount()
proto void GetAllInfluenceBBoxes(IEntitySource shapeEntitySrc, out notnull array< vector > mins, out notnull array< vector > maxes)
proto external void GetPointsPositions(notnull array< vector > outPoints)
Copies positions of points to given array.