Skip to content

Commit

Permalink
Add rbx_xml SecurityCapabilites parsing, add to reflection (#359)
Browse files Browse the repository at this point in the history
Closes #356 

This PR adds `SecurityCapabilities` support to rbx_xml and adds
reflection information for `SecurityCapabilities`.
  • Loading branch information
kennethloeffler committed Sep 18, 2023
1 parent 88f9d09 commit 8a013f1
Show file tree
Hide file tree
Showing 13 changed files with 3,605 additions and 282 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1686,10 +1686,6 @@ expression: decoded_viewed
String: ""
ExecuteWithStudioRun:
Bool: false
Is30FpsThrottleEnabled:
Bool: true
IsPhysicsEnvironmentalThrottled:
Bool: true
IsSleepAllowed:
Bool: true
NumberOfPlayers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3770,18 +3770,6 @@ chunks:
prop_type: Bool
values:
- false
- Prop:
type_id: 44
prop_name: Is30FpsThrottleEnabled
prop_type: Bool
values:
- true
- Prop:
type_id: 44
prop_name: IsPhysicsEnvironmentalThrottled
prop_type: Bool
values:
- true
- Prop:
type_id: 44
prop_name: IsSleepAllowed
Expand Down
6 changes: 6 additions & 0 deletions rbx_dom_lua/src/allValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,12 @@
},
"ty": "Region3int16"
},
"SecurityCapabilities": {
"value": {
"SecurityCapabilities": 256
},
"ty": "SecurityCapabilities"
},
"String": {
"value": {
"String": "Hello, world!"
Expand Down
Loading

0 comments on commit 8a013f1

Please sign in to comment.