Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_JunctionPowerPole.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_JunctionPowerPoleClass
 

Functions

SCR_JunctionPowerPoleClass SCR_PowerPoleClass Attribute (desc:"Slots for connecting with other power poles in a junction", category:"Power Cable Slots")
 
override vector GetSlot (int index, bool sameLine)
 
override int GetSlotsCount (bool sameLine=true)
 
override vector TryGetSlot (int index, vector otherSlot, bool sameLine)
 
void SCR_JunctionPowerPole (IEntitySource src, IEntity parent)
 

Function Documentation

◆ Attribute()

SCR_JunctionPowerPoleClass SCR_PowerPoleClass Attribute ( desc:"Slots for connecting with other power poles in a junction"  ,
category:"Power Cable Slots"   
)

Definition at line 8 of file SCR_JunctionPowerPole.c.

◆ GetSlot()

override vector GetSlot ( int  index,
bool  sameLine 
)

Definition at line 26 of file SCR_JunctionPowerPole.c.

◆ GetSlotsCount()

override int GetSlotsCount ( bool  sameLine = true)

Definition at line 35 of file SCR_JunctionPowerPole.c.

◆ SCR_JunctionPowerPole()

void SCR_JunctionPowerPole ( IEntitySource  src,
IEntity  parent 
)
Parameters
[in]src
[in]parent

Definition at line 87 of file SCR_JunctionPowerPole.c.

◆ TryGetSlot()

override vector TryGetSlot ( int  index,
vector  otherSlot,
bool  sameLine 
)

Definition at line 44 of file SCR_JunctionPowerPole.c.