Difference between revisions of "Prototyping"
Jump to navigation
Jump to search
(Created page with "Category:Prototyping Prototyping is the process of creating a prototype of an existing object in the game, such as creep or room. This allows you to make your own functi...") |
(categorized) |
||
Line 1: | Line 1: | ||
⚫ | |||
− | |||
Prototyping is the process of creating a prototype of an existing object in the game, such as creep or room. This allows you to make your own functions to call off of these objects. Not all objects in the game can be prototyped, such as <code>Game</code> |
Prototyping is the process of creating a prototype of an existing object in the game, such as creep or room. This allows you to make your own functions to call off of these objects. Not all objects in the game can be prototyped, such as <code>Game</code> |
||
For more details, check out the wonderfully written prototype doc here: https://docs.screeps.com/contributed/modifying-prototypes.html |
For more details, check out the wonderfully written prototype doc here: https://docs.screeps.com/contributed/modifying-prototypes.html |
||
⚫ |
Latest revision as of 12:30, 28 October 2020
Prototyping is the process of creating a prototype of an existing object in the game, such as creep or room. This allows you to make your own functions to call off of these objects. Not all objects in the game can be prototyped, such as Game
For more details, check out the wonderfully written prototype doc here: https://docs.screeps.com/contributed/modifying-prototypes.html