Class SinkInfo
Sink info
Members
SinkInfo.pos | (Position) position in level |
SinkInfo.name | (string) unique string identifier. |
SinkInfo.strength | (int) strength. |
SinkInfo.boxIndex | (int) box index. |
Members
- SinkInfo.pos
- (Position) position in level
- SinkInfo.name
- (string) unique string identifier. e.g. "strong_river_current" or "propeller_death_sink"
- SinkInfo.strength
- (int) strength. Strength of the sink, with higher numbers providing stronger currents. Will be clamped to [1, 32].
- SinkInfo.boxIndex
- (int) box index. I don't know what this does and it's not actually in the engine yet