Difference between revisions of "Resource (Object)"
Jump to navigation
Jump to search
SemperRabbit (talk | contribs) |
(categorized) |
||
Line 7: | Line 7: | ||
You will need to use one of the [[Find Methods|'''find''']] methods of either a [[Room]] object, or a [[RoomPosition]] object to programmatically access either an array of them or just one. |
You will need to use one of the [[Find Methods|'''find''']] methods of either a [[Room]] object, or a [[RoomPosition]] object to programmatically access either an array of them or just one. |
||
+ | [[Category:Game Knowledge]] |
Latest revision as of 12:32, 28 October 2020
This article is a stub. You can help Screeps Wiki by editing to add more information.
The Resource class represents a dropped pile of resources that requires a creep to pickup() to use. It will decay if it is not picked up soon enough.
Finding Resource objects[edit | edit source]
You will need to use one of the find methods of either a Room object, or a RoomPosition object to programmatically access either an array of them or just one.