|
Barotrauma Server Doc
|
Public Member Functions | |
| InterestingPosition (Point position, PositionType positionType, Submarine submarine=null, bool isValid=true) | |
| InterestingPosition (Point position, PositionType positionType, Ruin ruin, bool isValid=true) | |
| InterestingPosition (Point position, PositionType positionType, Cave cave, bool isValid=true) | |
| bool | IsEnclosedArea () |
| Caves, ruins, outposts and similar enclosed areas More... | |
Public Attributes | |
| Point | Position |
| readonly PositionType | PositionType |
| bool | IsValid |
| Submarine | Submarine |
| Ruin | Ruin |
| Cave | Cave |
Definition at line 81 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Barotrauma.Level.InterestingPosition.InterestingPosition | ( | Point | position, |
| PositionType | positionType, | ||
| Submarine | submarine = null, |
||
| bool | isValid = true |
||
| ) |
Definition at line 90 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Barotrauma.Level.InterestingPosition.InterestingPosition | ( | Point | position, |
| PositionType | positionType, | ||
| Ruin | ruin, | ||
| bool | isValid = true |
||
| ) |
Definition at line 100 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Barotrauma.Level.InterestingPosition.InterestingPosition | ( | Point | position, |
| PositionType | positionType, | ||
| Cave | cave, | ||
| bool | isValid = true |
||
| ) |
Definition at line 109 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| bool Barotrauma.Level.InterestingPosition.IsEnclosedArea | ( | ) |
Caves, ruins, outposts and similar enclosed areas
Definition at line 123 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Cave Barotrauma.Level.InterestingPosition.Cave |
Definition at line 88 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| bool Barotrauma.Level.InterestingPosition.IsValid |
Definition at line 85 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Point Barotrauma.Level.InterestingPosition.Position |
Definition at line 83 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| readonly PositionType Barotrauma.Level.InterestingPosition.PositionType |
Definition at line 84 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Ruin Barotrauma.Level.InterestingPosition.Ruin |
Definition at line 87 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
| Submarine Barotrauma.Level.InterestingPosition.Submarine |
Definition at line 86 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.