Skip to content

Commit

Permalink
Beta component changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Jan 17, 2024
1 parent b37ba17 commit 9704539
Showing 1 changed file with 74 additions and 8 deletions.
82 changes: 74 additions & 8 deletions data/component_beta_documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2346,6 +2346,11 @@
"name": "precision_jumping_max_duration_frames",
"example": "-1 [0, 1]",
"description": "maximum duration of precision jump or knockback. -1 = infinite"
},
{
"type": "float",
"name": "audio_liquid_splash_intensity",
"example": "1 [0, 1]"
}
],
"privates": [
Expand Down Expand Up @@ -5225,6 +5230,12 @@
}
],
"custom_data_types": [
{
"type": "int",
"name": "ray_skip_material",
"example": "0 [0, 1]",
"description": "String name of material to not cast rays against. Defaults to 'aluminium'"
},
{
"type": "vec2",
"name": "mTarget"
Expand Down Expand Up @@ -5292,6 +5303,12 @@
}
],
"custom_data_types": [
{
"type": "int",
"name": "ray_skip_material",
"example": "0 [0, 1]",
"description": "String name of material to not cast rays against. Defaults to 'aluminium'"
},
{
"type": "vec2",
"name": "mPrevBodyPosition"
Expand Down Expand Up @@ -8214,6 +8231,16 @@
"name": "torque_max",
"example": "50 [0, 1]"
},
{
"type": "float",
"name": "torque_damaged_max",
"example": "100 [0, 1]"
},
{
"type": "float",
"name": "torque_jump_random",
"example": "0 [0, 1]"
},
{
"type": "int",
"name": "damage_deactivation_probability",
Expand All @@ -8239,6 +8266,36 @@
"name": "levitate",
"example": "1 [0, 1]"
},
{
"type": "bool",
"name": "v0_jump_logic",
"example": "1 [0, 1]"
},
{
"type": "bool",
"name": "v0_swim_logic",
"example": "1 [0, 1]"
},
{
"type": "int",
"name": "swim_check_y_min",
"example": "-2 [0, 1]"
},
{
"type": "int",
"name": "swim_check_y_max",
"example": "2 [0, 1]"
},
{
"type": "int",
"name": "swim_check_side_x",
"example": "4 [0, 1]"
},
{
"type": "int",
"name": "swim_check_side_y",
"example": "-2 [0, 1]"
},
{
"type": "bool",
"name": "keep_inside_world",
Expand Down Expand Up @@ -9439,22 +9496,31 @@
"example": "0 [0, 1]"
},
{
"type": "vec2",
"name": "mCamErrorSmoothed"
"type": "float",
"name": "mFastMovementParticlesAlphaSmoothed",
"example": "0 [0, 1]"
},
{
"type": "vec2",
"name": "mCamCorrectionSmoothed"
"type": "uint64",
"name": "mTeleBoltFramesDuringLastSecond",
"example": "0 [0, 1]"
},
{
"type": "float",
"name": "mCamCorrectionAmountTargetPrev",
"name": "mCamCorrectionTeleSmoothed",
"example": "0 [0, 1]"
},
{
"type": "float",
"name": "mFastMovementParticlesAlphaSmoothed",
"example": "0 [0, 1]"
"type": "vec2",
"name": "mCamCorrectionGainSmoothed"
},
{
"type": "Vec2ArrayInline",
"name": "mCameraErrorPrev"
},
{
"type": "vec2",
"name": "mCamErrorAveraged"
}
],
"custom_data_types": [
Expand Down

0 comments on commit 9704539

Please sign in to comment.