Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ShapeEntity.c File Reference

Go to the source code of this file.

Classes

class  ShapeEntityClass

Functions

ShapeEntityClass GenericEntityClass GetPointContainerOfType (IEntitySource src, int anchorIdx, string type)
proto external void SetPoints (array< vector > points, IEntitySource entSource, int placeFirstAtIdx=0)
proto external void GenerateTesselatedShape (notnull array< vector > outPoints)
proto void GetAllInfluenceBBoxes (IEntitySource shapeEntitySrc, out notnull array< vector > mins, out notnull array< vector > maxes)
proto void GetInfluenceBBoxesInSegments (IEntitySource shapeEntitySrc, int firstIncl, int lastIncl, out notnull array< vector > mins, out notnull array< vector > maxes)
proto external int GetPointCount ()
proto external bool IsClosed ()
proto external void GetPointsPositions (notnull array< vector > outPoints)
 Copies positions of points to given array.
proto external void AddPointData (IEntitySource entSrc, int idx, ShapePointDataScriptBase pointData)