Skip to content

Commit

Permalink
Add new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Dec 30, 2023
1 parent 55d4299 commit 0e2d2bc
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions data/component_beta_documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,11 @@
"name": "m_intensity",
"example": "1 [0, 1]"
},
{
"type": "float",
"name": "m_intensity2",
"example": "1 [0, 1]"
},
{
"type": "AudioSourceHandle",
"name": "m_source",
Expand Down Expand Up @@ -7559,6 +7564,12 @@
"example": "0 [0, 1]",
"description": "if true, will get the particle color based on the world position (instead of randomizing it)"
},
{
"type": "float",
"name": "custom_alpha",
"example": "-1 [0, 1]",
"description": "if >= 0, will use this as particle alpha"
},
{
"type": "float",
"name": "x_pos_offset_min",
Expand Down Expand Up @@ -7770,6 +7781,12 @@
"name": "image_animation_use_entity_rotation",
"example": "0 [0, 1]",
"description": "if 1, image animation emission will be rotated based on entity rotation"
},
{
"type": "bool",
"name": "ignore_transform_updated_msg",
"example": "0 [0, 1]",
"description": "if 1, mExPosition and m_last_emit_position will not be updated when receiving Message_TransformUpdated"
}
],
"privates": [
Expand Down Expand Up @@ -9420,6 +9437,24 @@
"type": "bool",
"name": "mForceFireOnNextUpdate",
"example": "0 [0, 1]"
},
{
"type": "vec2",
"name": "mCamErrorSmoothed"
},
{
"type": "vec2",
"name": "mCamCorrectionSmoothed"
},
{
"type": "float",
"name": "mCamCorrectionAmountTargetPrev",
"example": "0 [0, 1]"
},
{
"type": "float",
"name": "mFastMovementParticlesAlphaSmoothed",
"example": "0 [0, 1]"
}
],
"custom_data_types": [
Expand Down Expand Up @@ -10939,6 +10974,12 @@
"type": "int",
"name": "actionable_lifetime",
"example": "3 [0, 20]"
},
{
"type": "bool",
"name": "reset_shooter_y_vel",
"example": "1 [0, 1]",
"description": "If 1, will set shooter y velocity to 0 on teleport"
}
],
"privates": [
Expand Down

0 comments on commit 0e2d2bc

Please sign in to comment.