Enum: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2024

  • curprev 00:2800:28, 11 December 2024 PRG talk contribs 1,009 bytes +1,009 Created page with "{{CatUp|Properties}} An Enum, or Enumerator, is essentially a value used to represent a string. This allows the code to be read more easily, and to run more efficiently. For example, say you were writing a script which added crafting functionality, such as that in an RPG. You would need some method of adding the various stat modifiers together, so that you could accurately create an item based on the materials used. However, as in most programming languages, you are..."