Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielesteban/unsatisfactory
/ functions
Functions
554 in github.com/danielesteban/unsatisfactory
⨍
Functions
554
◇
Types & classes
155
↓ 29 callers
Method
getMaterial
()
src/objects/labs.ts:239
↓ 27 callers
Method
create
(position: Vector3, rotation: number, withCost: boolean = true)
src/objects/labs.ts:254
↓ 24 callers
Method
getGeometry
()
src/objects/labs.ts:198
↓ 21 callers
Method
addInstance
(transform: Matrix4)
src/objects/items.ts:74
↓ 13 callers
Function
set
(alert: Alert, enabled: boolean)
src/ui/stores/alerts.ts:12
↓ 12 callers
Function
ConnectorsCSG
( csg: Evaluator, brush: Brush, connectors: { position: Vector3; rotation?: number; }[], material: Mat
src/core/container.ts:44
↓ 12 callers
Function
WireConnectorCSG
( csg: Evaluator, brush: Brush, position: Vector3, capMaterial: Material, rodMaterial: Material )
src/core/container.ts:62
↓ 12 callers
Function
loadTexture
(url: string)
src/textures/index.ts:72
↓ 11 callers
Method
setEnabled
(status: boolean)
src/core/container.ts:258
↓ 10 callers
Function
update
()
src/ui/stores/beacons.ts:10
↓ 9 callers
Method
getItem
()
src/objects/miners.ts:65
↓ 9 callers
Method
getQuaternion
(instance: Instance, inverse: boolean = false)
src/core/instances.ts:42
↓ 9 callers
Method
remove
(belt: Belt)
src/objects/belts.ts:262
↓ 9 callers
Method
setItem
(item: Item)
src/objects/buffers.ts:24
↓ 8 callers
Method
getInstance
(index: number)
src/core/instances.ts:154
↓ 8 callers
Method
setTick
(tick: number)
src/core/transformer.ts:196
↓ 8 callers
Method
show
(type: Dialog, instance?: Instance)
src/ui/index.ts:138
↓ 7 callers
Function
TexturedMaterial
(diffuse: string, normal: string, roughness: string, params: MeshStandardMaterialParameters = {})
src/core/materials.ts:27
↓ 7 callers
Method
canAfford
()
src/objects/belts.ts:234
↓ 7 callers
Method
setCursor
( action?: Action, instance?: Instance | Belt | Wire, from?: Instance, cost?: { item: Exclude<
src/ui/index.ts:117
↓ 6 callers
Method
getCost
()
src/objects/belts.ts:239
↓ 6 callers
Method
incCount
(item: Item, inc: number)
src/core/inventory.ts:159
↓ 6 callers
Method
input
(item: Item)
src/objects/labs.ts:109
↓ 6 callers
Function
request
(method: string, endpoint: string, body?: FormData | string)
src/ui/stores/cloudsaves.ts:32
↓ 6 callers
Method
setBuffer
(serialized: number[])
src/objects/labs.ts:143
↓ 6 callers
Method
update
(isValid: boolean)
src/objects/ghost.ts:93
↓ 5 callers
Method
dispatch
()
src/core/inventory.ts:154
↓ 5 callers
Function
getFromObject
(instance?: Instance | Belt | Wire)
src/core/brush.ts:58
↓ 5 callers
Method
isEnabled
()
src/core/container.ts:254
↓ 5 callers
Method
playAt
(id: keyof typeof Sounds, position: Vector3, delta: number = 0, detune: number = 0, volume: number = 0.4, onEn
src/core/sfx.ts:95
↓ 5 callers
Method
removeBody
(ref: any)
src/core/physics.ts:99
↓ 5 callers
Method
serialize
()
src/core/loader.ts:204
↓ 5 callers
Method
setBuffers
(serialized: [number[], number])
src/core/transformer.ts:184
↓ 5 callers
Method
setLink
(link?: Tesseract)
src/objects/tesseracts.ts:67
↓ 5 callers
Method
setRecipe
(recipe: Recipe | undefined)
src/core/transformer.ts:77
↓ 4 callers
Method
addBody
( ref: any, bodyDesc: RAPIER.RigidBodyDesc, colliderDesc: RAPIER.ColliderDesc | RAPIER.ColliderDes
src/core/physics.ts:73
↓ 4 callers
Method
canInput
()
src/core/container.ts:102
↓ 4 callers
Method
getConnections
()
src/core/container.ts:272
↓ 4 callers
Method
getConnector
(index: number)
src/core/container.ts:138
↓ 4 callers
Method
getConsumption
()
src/core/container.ts:250
↓ 4 callers
Method
getCount
()
src/objects/miners.ts:61
↓ 4 callers
Method
isEmpty
()
src/core/inventory.ts:144
↓ 4 callers
Method
parse
(file: File)
src/core/loader.ts:551
↓ 4 callers
Method
render
()
src/core/viewport.ts:247
↓ 4 callers
Function
requireAuth
(handlers: AuthorizedRequestHandler | AuthorizedRequestHandler[])
cloudsaves/src/core/auth.ts:11
↓ 4 callers
Method
setGeometry
(geometry: BufferGeometry, isTemp: boolean = false)
src/objects/ghost.ts:82
↓ 4 callers
Method
update
(position: Vector3, radius: number)
src/objects/world/terrain.ts:217
↓ 3 callers
Method
canOutput
()
src/core/container.ts:110
↓ 3 callers
Method
clearButtons
()
src/core/controls.ts:83
↓ 3 callers
Method
getCost
()
src/objects/wires.ts:98
↓ 3 callers
Method
getCost
()
src/core/instances.ts:145
↓ 3 callers
Method
getCount
()
src/core/instances.ts:149
↓ 3 callers
Method
getRenderRadius
()
src/core/viewport.ts:143
↓ 3 callers
Method
getRotorMaterial
()
src/objects/turbines.ts:180
↓ 3 callers
Method
getSession
()
cloudsaves/src/models/user.ts:15
↓ 3 callers
Method
init
()
src/ui/index.ts:74
↓ 3 callers
Method
input
(_item: Item)
src/core/container.ts:106
↓ 3 callers
Method
output
()
src/core/container.ts:114
↓ 3 callers
Method
reset
()
src/objects/world/terrain.ts:124
↓ 3 callers
Method
resetBird
(i: number, origin?: Vector3)
src/objects/world/birds.ts:184
↓ 3 callers
Method
setPowered
(status: boolean)
src/objects/miners.ts:92
↓ 3 callers
Function
snap
(intersection: Intersection)
src/core/brush.ts:288
↓ 3 callers
Method
step
()
src/objects/belts.ts:109
↓ 3 callers
Method
step
(delta: number)
src/core/physics.ts:63
↓ 3 callers
Method
update
(delta: number)
src/core/controls.ts:352
↓ 2 callers
Method
addBelt
(belt: Belt, type: 'input' | 'output')
src/core/container.ts:157
↓ 2 callers
Method
addCollider
(ref: any, collider: RAPIER.ColliderDesc)
src/core/physics.ts:115
↓ 2 callers
Method
addWire
(wire: Wire)
src/core/container.ts:291
↓ 2 callers
Function
canInteract
(intersection: Intersection)
src/main.ts:244
↓ 2 callers
Method
canOutput
()
src/objects/miners.ts:99
↓ 2 callers
Function
canWire
(intersection: Intersection)
src/main.ts:251
↓ 2 callers
Method
capture
(width: number, height: number, map?: (pixel: Uint8Array) => void)
src/core/viewport.ts:195
↓ 2 callers
Method
close
()
src/ui/index.ts:145
↓ 2 callers
Method
deserialize
(serialized: Serialized)
src/core/loader.ts:312
↓ 2 callers
Method
dispose
()
src/core/instances.ts:29
↓ 2 callers
Method
getAnchor
()
src/objects/world/terrain.ts:167
↓ 2 callers
Method
getBuffer
()
src/objects/tesseracts.ts:43
↓ 2 callers
Method
getConnectors
()
src/core/container.ts:118
↓ 2 callers
Method
getCount
(item: Item)
src/core/inventory.ts:32
↓ 2 callers
Method
getDepthMaterial
()
src/objects/turbines.ts:239
↓ 2 callers
Method
getGeometry
()
src/objects/ramps.ts:31
↓ 2 callers
Method
getGeometry
()
src/objects/world/heightmap.ts:27
↓ 2 callers
Method
getHeight
(position: Vector3)
src/objects/world/terrain.ts:198
↓ 2 callers
Method
getItems
()
src/objects/belts.ts:134
↓ 2 callers
Method
getMaterial
()
src/objects/miners.ts:212
↓ 2 callers
Method
getMaterial
()
src/objects/smelters.ts:102
↓ 2 callers
Method
getMaterial
()
src/objects/tesseracts.ts:179
↓ 2 callers
Method
getMaterial
()
src/objects/storages.ts:123
↓ 2 callers
Method
getMaterial
()
src/objects/fabricators.ts:85
↓ 2 callers
Method
getMaterial
()
src/objects/combinators.ts:103
↓ 2 callers
Method
getMaterial
()
src/objects/poles.ts:71
↓ 2 callers
Method
getMaterial
()
src/objects/foundries.ts:103
↓ 2 callers
Method
getMaterial
()
src/objects/beacons.ts:69
↓ 2 callers
Method
getMaterial
()
src/objects/buffers.ts:106
↓ 2 callers
Method
getMaterial
()
src/objects/generators.ts:253
↓ 2 callers
Method
getMaterial
()
src/objects/sinks.ts:78
↓ 2 callers
Method
getMaterial
()
src/objects/aggregators.ts:101
↓ 2 callers
Method
getMaterial
()
src/objects/turbines.ts:227
↓ 2 callers
Method
getPhysics
()
src/objects/world/terrain.ts:212
↓ 2 callers
Method
getPower
()
src/objects/turbines.ts:61
next →
1–100 of 554, ranked by callers