Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RegionIntersectDebrisEntity.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/Buildings", description: "Entity used to represent debris between building region intersections.", dynamicBox: true)]
2class SCR_RegionIntersectDebrisEntityClass: GenericEntityClass
3{
4};
5
6//------------------------------------------------------------------------------------------------
8{
9 private int m_OtherRegionNumber = -1;
10
11 //------------------------------------------------------------------------------------------------
12 int GetOtherRegionNumber()
13 {
14 return m_OtherRegionNumber;
15 }
16
17 //------------------------------------------------------------------------------------------------
18 void SetOtherIndex(int regionNumber)
19 {
20 m_OtherRegionNumber = regionNumber;
21 }
22};
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.