![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | GeneratorBaseEntityClass |
Functions | |
| GeneratorBaseEntityClass GenericEntityClass | OnShapeInit (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity) |
| proto external void | BeforeShapeTransform (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, inout vector oldTransform[4]) |
| proto external void | OnShapeTransform (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, array< vector > mins, array< vector > maxes) |
| proto external void | OnShapeChanged (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, array< vector > mins, array< vector > maxes) |
| proto external void | OnPointDataChanged (IEntitySource src, ShapeEntity shapeEntity, PointChangedSituation situation, string propertyID, array< int > pointIndices) |
| proto external void | OnPointChanged (IEntitySource src, ShapeEntity shapeEntity, PointChangedSituation situation, int pointIndex, vector position) |
| proto external void | OnAnchorSnapped (IEntitySource shapeEntitySrc, int parentAnchor, IEntitySource other, int otherAnchor, bool isReciever) |
| proto external bool | CanAnchorSnap (IEntitySource shapeEntitySrc, int parentAnchor, IEntitySource other, int otherAnchor, bool isReciever) |
| proto external void | OnIntersectingShapeChangedXZ (IEntitySource shapeEntitySrc, IEntitySource other, array< vector > mins, array< vector > maxes) |
| void | OnShapeInitInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity) |
| void | BeforeShapeTransformInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, inout vector oldTransform[4]) |
| void | OnShapeTransformInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, array< vector > mins, array< vector > maxes) |
| void | OnShapeChangedInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, array< vector > mins, array< vector > maxes) |
| void | OnPointDataChangedInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, PointChangedSituation situation, string propertyID, array< int > pointIndices) |
| void | OnPointChangedInternal (IEntitySource shapeEntitySrc, ShapeEntity shapeEntity, PointChangedSituation situation, int pointIndex, vector position) |
| void | OnAnchorSnappedInternal (IEntitySource shapeEntitySrc, int parentAnchor, IEntitySource other, int otherAnchor, bool isReciever) |
| bool | CanAnchorSnapInternal (IEntitySource shapeEntitySrc, int parentAnchor, IEntitySource other, int otherAnchor, bool isReciever) |
| void | OnIntersectingShapeChangedXZInternal (IEntitySource shapeEntitySrc, IEntitySource other, array< vector > mins, array< vector > maxes) |