File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ properties:
2424 The state of the gamepad virtual cursor.
2525 description : |
2626 This boolean is a read only variable that maintains the state of the
27- gamepad virtual cursor.
27+ gamepad virtual cursor. You can read this property but not write to it.
2828 code_samples :
2929 - GamepadService-GamepadCursorEnabled
3030 type : boolean
Original file line number Diff line number Diff line change @@ -41,19 +41,6 @@ description: |
4141 Players.PlayerAdded:Connect(onPlayerAdded)
4242 ```
4343
44- ## Allowing Gear
45-
46- Whether or not gear can be permitted is determined in a place's settings page
47- under 'Permissions'. On the permissions page gear can be disabled and enabled
48- by genre and type. To disable gear, ensure all the gear types are not
49- selected.
50-
51- Individual gear can also be added to a game using the 'Add to game' feature in
52- the Roblox catalog. This option can be found on the page of any gear that is
53- on sale. When gear is added to a game in this manner it will appear under the
54- 'Store' heading on the game's page. The owner of the game (group or user)
55- receives a commission when gear is sold in this manner.
56-
5744 ## Gameplay Considerations
5845
5946 Before adding any gear to a game, consider the implication of doing so. Gear
Original file line number Diff line number Diff line change @@ -663,6 +663,13 @@ methods:
663663 description : |
664664 Returns the total amount of memory being consumed by the current game
665665 session, in megabytes.
666+
667+ This method gets memory usage from the operating system, which may exclude
668+ memory that has been paged out to disk. As such, the return value tends to
669+ differ significantly from the sum of usage for all
670+ `Enum.DeveloperMemoryTag|DeveloperMemoryTags`. The return value should be
671+ very similar to memory usage for Roblox in the Windows Task Manager or
672+ macOS Activity Monitor.
666673 code_samples : []
667674 parameters : []
668675 returns :
You can’t perform that action at this time.
0 commit comments