resource

package
v0.0.0-...-0c1458e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 0 Imported by: 0

README

resource

This package provides the Docs.json data that ships with Satisfactory code gen'd in to a collection of packages.

All data in these packages is the property of Coffee Stain Studios and can be removed from this repo upon request

Code Gen

To re-run the code gen grab the latest Docs.json and run the following from within the gen directory:

go run *.go --build BUILD_NUMBER --file PATH/TO/Docs.json

Documentation

Index

Constants

View Source
const BuildVersion = "174799"

BuildVersion is the version of the game that this package and its subdirectories were generated from.

Variables

This section is empty.

Functions

This section is empty.

Types

type DroneDockingState

type DroneDockingState int
const (
	Undocked DroneDockingState = iota
	Docking
	Docked
	Takeoff
)

type EquipmentSlot

type EquipmentSlot int
const (
	None EquipmentSlot = iota
	Arms
	Back
)

type Form

type Form int
const (
	Invalid Form = iota
	Solid
	Liquid
	Gas
	Heat
)

type PowerPoleType

type PowerPoleType int
const (
	Pole PowerPoleType = iota
	Wall
	WallDouble
)

type SchematicType

type SchematicType int
const (
	Custom SchematicType = iota
	Cheat
	Tutorial
	Milestone
	Alternate
	Story
	MAM
	ResourceSink
	HardDrive
	Prototype
)

type StackSize

type StackSize int
const (
	One StackSize = iota
	Small
	Medium
	Big
	Huge
	Fluid
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL