C# Class OutpostGenerator.OG_ZoneSmallRoomSpecial

OG_ZoneSmallRoomSpecial class.
ファイルを表示 Open project: Rikiki123456789/Rimworld Class Usage Examples

Public Methods

Method Description
GenerateBatteryRoomZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, Rot4 linkedZoneRelativeRotation, OG_OutpostData &outpostData ) : void
GenerateCommandRoomZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 cardinal, Rot4 linkedZoneRelativeRotation, OG_OutpostData &outpostData ) : Building_OutpostCommandConsole

Method Details

GenerateBatteryRoomZone() public static method

public static GenerateBatteryRoomZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, Rot4 linkedZoneRelativeRotation, OG_OutpostData &outpostData ) : void
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
rotation Rot4
linkedZoneRelativeRotation Rot4
outpostData OG_OutpostData
return void

GenerateCommandRoomZone() public static method

public static GenerateCommandRoomZone ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 cardinal, Rot4 linkedZoneRelativeRotation, OG_OutpostData &outpostData ) : Building_OutpostCommandConsole
areaSouthWestOrigin IntVec3
zoneAbs int
zoneOrd int
cardinal Rot4
linkedZoneRelativeRotation Rot4
outpostData OG_OutpostData
return Building_OutpostCommandConsole