Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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) |
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.
override vector GetSlot | ( | int | index, |
bool | sameLine | ||
) |
Definition at line 26 of file SCR_JunctionPowerPole.c.
Definition at line 35 of file SCR_JunctionPowerPole.c.
void SCR_JunctionPowerPole | ( | IEntitySource | src, |
IEntity | parent | ||
) |
[in] | src | |
[in] | parent |
Definition at line 87 of file SCR_JunctionPowerPole.c.
override vector TryGetSlot | ( | int | index, |
vector | otherSlot, | ||
bool | sameLine | ||
) |
Definition at line 44 of file SCR_JunctionPowerPole.c.