Skip to content

Commit

Permalink
Removed invalid realm property on client types
Browse files Browse the repository at this point in the history
  • Loading branch information
rierei committed Oct 23, 2020
1 parent 7b93102 commit d171633
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 120 deletions.
2 changes: 1 addition & 1 deletion assets/json/vext-api.json

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions content/vext/ref/client/type/colorcorrectiondata.md
Expand Up @@ -17,7 +17,6 @@ title: ColorCorrectionData
| {{< prop "contrast" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "saturation" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "brightness" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "hue" >}} | float |
| {{< prop "colorGradingTexture" >}} | [TextureAsset](/vext/ref/fb/textureasset) \| nil |
| {{< prop "colorGradingEnable" >}} | bool |
Expand Down Expand Up @@ -49,10 +48,6 @@ title: ColorCorrectionData

> **[Vec3](/vext/ref/shared/type/vec3)**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "hue" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/damageeffectdata.md
Expand Up @@ -27,7 +27,6 @@ title: DamageEffectData
| {{< prop "minDamagePercentageThreshold" >}} | float |
| {{< prop "fallofTime" >}} | float |
| {{< prop "maxOpacityDamagePercentage" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "debugDamage" >}} | bool |

### Methods
Expand Down Expand Up @@ -96,10 +95,6 @@ title: DamageEffectData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "debugDamage" %}}

> **bool**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/debugdata.md
Expand Up @@ -14,7 +14,6 @@ title: DebugData

| Name | Type |
| ---- | ---- |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "debugTexture" >}} | [TextureAsset](/vext/ref/fb/textureasset) \| nil |
| {{< prop "fullscreen" >}} | bool |
| {{< prop "enable" >}} | bool |
Expand All @@ -33,10 +32,6 @@ title: DebugData
## Properties

### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "debugTexture" %}}

> **[TextureAsset](/vext/ref/fb/textureasset)** \| **nil**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/dofdata.md
Expand Up @@ -14,7 +14,6 @@ title: DofData

| Name | Type |
| ---- | ---- |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "nearDistanceScale" >}} | float |
| {{< prop "focusDistance" >}} | float |
| {{< prop "blurFilter" >}} | [BlurFilter](/vext/ref/fb/blurfilter) |
Expand All @@ -41,10 +40,6 @@ title: DofData
## Properties

### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "nearDistanceScale" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/dynamicaodata.md
Expand Up @@ -14,7 +14,6 @@ title: DynamicAOData

| Name | Type |
| ---- | ---- |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "ssaoMaxDistanceOuter" >}} | float |
| {{< prop "ssaoFade" >}} | float |
| {{< prop "ssaoRadius" >}} | float |
Expand All @@ -41,10 +40,6 @@ title: DynamicAOData
## Properties

### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "ssaoMaxDistanceOuter" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/enlightendata.md
Expand Up @@ -22,7 +22,6 @@ title: EnlightenData
| {{< prop "bounceScale" >}} | float |
| {{< prop "cullDistance" >}} | float |
| {{< prop "sunScale" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "skyBoxBackLightRotationY" >}} | float |
| {{< prop "skyBoxSunLightColorSize" >}} | float |
| {{< prop "skyBoxBackLightColorSize" >}} | float |
Expand Down Expand Up @@ -76,10 +75,6 @@ title: EnlightenData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "skyBoxBackLightRotationY" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/filmgraindata.md
Expand Up @@ -16,7 +16,6 @@ title: FilmGrainData
| ---- | ---- |
| {{< prop "colorScale" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "textureScale" >}} | [Vec2](/vext/ref/shared/type/vec2) |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "texture" >}} | [TextureAsset](/vext/ref/fb/textureasset) \| nil |
| {{< prop "linearFilteringEnable" >}} | bool |
| {{< prop "randomEnable" >}} | bool |
Expand Down Expand Up @@ -44,10 +43,6 @@ title: FilmGrainData

> **[Vec2](/vext/ref/shared/type/vec2)**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "texture" %}}

> **[TextureAsset](/vext/ref/fb/textureasset)** \| **nil**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/fogdata.md
Expand Up @@ -19,7 +19,6 @@ title: FogData
| {{< prop "fogColor" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "fogColorStart" >}} | float |
| {{< prop "fogDistanceMultiplier" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "endValue" >}} | float |
| {{< prop "transparencyFadeStart" >}} | float |
| {{< prop "start" >}} | float |
Expand Down Expand Up @@ -69,10 +68,6 @@ title: FogData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "endValue" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/lensscopedata.md
Expand Up @@ -22,7 +22,6 @@ title: LensScopeData
| {{< prop "chromaticAberrationDisplacement1" >}} | [Vec2](/vext/ref/shared/type/vec2) |
| {{< prop "chromaticAberrationStrengths" >}} | [Vec2](/vext/ref/shared/type/vec2) |
| {{< prop "blurScale" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "enable" >}} | bool |

### Methods
Expand Down Expand Up @@ -71,10 +70,6 @@ title: LensScopeData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "enable" %}}

> **bool**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/motionblurdata.md
Expand Up @@ -14,7 +14,6 @@ title: MotionBlurData

| Name | Type |
| ---- | ---- |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "cutoffGradientScale" >}} | float |
| {{< prop "motionBlurCutoffRadius" >}} | float |
| {{< prop "motionBlurEnable" >}} | bool |
Expand All @@ -33,10 +32,6 @@ title: MotionBlurData
## Properties

### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "cutoffGradientScale" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/outdoorlightdata.md
Expand Up @@ -20,7 +20,6 @@ title: OutdoorLightData
| {{< prop "groundColor" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "sunRotationY" >}} | float |
| {{< prop "sunRotationX" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "skyLightAngleFactor" >}} | float |
| {{< prop "sunSpecularScale" >}} | float |
| {{< prop "skyEnvmapShadowScale" >}} | float |
Expand Down Expand Up @@ -74,10 +73,6 @@ title: OutdoorLightData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "skyLightAngleFactor" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/screeneffectdata.md
Expand Up @@ -21,7 +21,6 @@ title: ScreenEffectData
| {{< prop "outerFrameOpacity" >}} | float |
| {{< prop "innerFrameOpacity" >}} | float |
| {{< prop "angle" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |

### Methods

Expand Down Expand Up @@ -65,10 +64,6 @@ title: ScreenEffectData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
## Methods

### Clone {#clone}
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/skydata.md
Expand Up @@ -24,7 +24,6 @@ title: SkyData
| {{< prop "panoramicUVMaxX" >}} | float |
| {{< prop "panoramicUVMinY" >}} | float |
| {{< prop "panoramicUVMaxY" >}} | float |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "panoramicUVMinX" >}} | float |
| {{< prop "panoramicTexture" >}} | [TextureAsset](/vext/ref/fb/textureasset) \| nil |
| {{< prop "panoramicAlphaTexture" >}} | [TextureAsset](/vext/ref/fb/textureasset) \| nil |
Expand Down Expand Up @@ -112,10 +111,6 @@ title: SkyData

> **float**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "panoramicUVMinX" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/sunflaredata.md
Expand Up @@ -49,7 +49,6 @@ title: SunFlareData
| {{< prop "element1RayDistance" >}} | float |
| {{< prop "element5RayDistance" >}} | float |
| {{< prop "element3Shader" >}} | [SurfaceShaderBaseAsset](/vext/ref/fb/surfaceshaderbaseasset) \| nil |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "element5Shader" >}} | [SurfaceShaderBaseAsset](/vext/ref/fb/surfaceshaderbaseasset) \| nil |
| {{< prop "element5Enable" >}} | bool |
| {{< prop "element3Enable" >}} | bool |
Expand Down Expand Up @@ -213,10 +212,6 @@ title: SunFlareData

> **[SurfaceShaderBaseAsset](/vext/ref/fb/surfaceshaderbaseasset)** \| **nil**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "element5Shader" %}}

> **[SurfaceShaderBaseAsset](/vext/ref/fb/surfaceshaderbaseasset)** \| **nil**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/tonemapdata.md
Expand Up @@ -15,7 +15,6 @@ title: TonemapData
| Name | Type |
| ---- | ---- |
| {{< prop "bloomScale" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "tonemapMethod" >}} | [TonemapMethod](/vext/ref/fb/tonemapmethod) |
| {{< prop "minExposure" >}} | float |
| {{< prop "middleGray" >}} | float |
Expand Down Expand Up @@ -43,10 +42,6 @@ title: TonemapData

> **[Vec3](/vext/ref/shared/type/vec3)**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "tonemapMethod" %}}

> **[TonemapMethod](/vext/ref/fb/tonemapmethod)**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/vignettedata.md
Expand Up @@ -16,7 +16,6 @@ title: VignetteData
| ---- | ---- |
| {{< prop "scale" >}} | [Vec2](/vext/ref/shared/type/vec2) |
| {{< prop "color" >}} | [Vec3](/vext/ref/shared/type/vec3) |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "exponent" >}} | float |
| {{< prop "opacity" >}} | float |
| {{< prop "enable" >}} | bool |
Expand All @@ -43,10 +42,6 @@ title: VignetteData

> **[Vec3](/vext/ref/shared/type/vec3)**
### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "exponent" %}}

> **float**
Expand Down
5 changes: 0 additions & 5 deletions content/vext/ref/client/type/winddata.md
Expand Up @@ -14,7 +14,6 @@ title: WindData

| Name | Type |
| ---- | ---- |
| {{< prop "realm" >}} | [Realm](/vext/ref/fb/realm) |
| {{< prop "windDirection" >}} | float |
| {{< prop "windStrength" >}} | float |

Expand All @@ -32,10 +31,6 @@ title: WindData
## Properties

### {{% prop-heading "realm" %}}

> **[Realm](/vext/ref/fb/realm)**
### {{% prop-heading "windDirection" %}}

> **float**
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/ColorCorrectionData.yaml
Expand Up @@ -11,8 +11,6 @@ properties:
type: Vec3
brightness:
type: Vec3
realm:
type: Realm
hue:
type: float
colorGradingTexture:
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/DamageEffectData.yaml
Expand Up @@ -32,8 +32,6 @@ properties:
type: float
maxOpacityDamagePercentage:
type: float
realm:
type: Realm
debugDamage:
type: bool

Expand Down
2 changes: 0 additions & 2 deletions types/client/type/DebugData.yaml
Expand Up @@ -5,8 +5,6 @@ constructors:
-

properties:
realm:
type: Realm
debugTexture:
type: TextureAsset
nullable: true
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/DofData.yaml
Expand Up @@ -5,8 +5,6 @@ constructors:
-

properties:
realm:
type: Realm
nearDistanceScale:
type: float
focusDistance:
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/DynamicAOData.yaml
Expand Up @@ -5,8 +5,6 @@ constructors:
-

properties:
realm:
type: Realm
ssaoMaxDistanceOuter:
type: float
ssaoFade:
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/EnlightenData.yaml
Expand Up @@ -21,8 +21,6 @@ properties:
type: float
sunScale:
type: float
realm:
type: Realm
skyBoxBackLightRotationY:
type: float
skyBoxSunLightColorSize:
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/FilmGrainData.yaml
Expand Up @@ -9,8 +9,6 @@ properties:
type: Vec3
textureScale:
type: Vec2
realm:
type: Realm
texture:
type: TextureAsset
nullable: true
Expand Down
2 changes: 0 additions & 2 deletions types/client/type/FogData.yaml
Expand Up @@ -15,8 +15,6 @@ properties:
type: float
fogDistanceMultiplier:
type: float
realm:
type: Realm
endValue:
type: float
transparencyFadeStart:
Expand Down

0 comments on commit d171633

Please sign in to comment.