C# Class OutpostGenerator.OG_ZoneSmallRoom

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

Public Methods

Method Description
GenerateSmallRoomBarracks ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateSmallRoomMedibay ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
GenerateSmallRoomWeaponRoom ( IntVec3 areaSouthWestOrigin, int zoneAbs, int zoneOrd, Rot4 rotation, OG_OutpostData &outpostData ) : void
TrySpawnWeaponOnRack ( Thing rack ) : void

Method Details

GenerateSmallRoomBarracks() public static method

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

GenerateSmallRoomMedibay() public static method

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

GenerateSmallRoomWeaponRoom() public static method

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

TrySpawnWeaponOnRack() public static method

public static TrySpawnWeaponOnRack ( Thing rack ) : void
rack Thing
return void