Skip to content

Commit

Permalink
Rename some behaviors.
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Dec 12, 2024
1 parent a26a7bb commit 0e07387
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
24 changes: 12 additions & 12 deletions extensions/reviewed/PhysicsCharacter3DKeyMapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"description": "Control a 3D physics character with a keyboard for a platformer or a top-down game.",
"fullName": "3D platformer keyboard mapper",
"name": "Platformer3DMapper",
"name": "Platformer3DKeyboardMapper",
"objectType": "",
"eventsFunctions": [
{
Expand All @@ -43,7 +43,7 @@
{
"type": {
"inverted": true,
"value": "PhysicsCharacter3DKeyMapper::Platformer3DMapper::PropertyLockedCameraAngle"
"value": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper::PropertyLockedCameraAngle"
},
"parameters": [
"Object",
Expand All @@ -54,7 +54,7 @@
"actions": [
{
"type": {
"value": "PhysicsCharacter3DKeyMapper::Platformer3DMapper::SetPropertyCameraAngle"
"value": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper::SetPropertyCameraAngle"
},
"parameters": [
"Object",
Expand All @@ -71,7 +71,7 @@
"actions": [
{
"type": {
"value": "PhysicsCharacter3DKeyMapper::Platformer3DMapper::SetPropertyLockedCameraAngle"
"value": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper::SetPropertyLockedCameraAngle"
},
"parameters": [
"Object",
Expand Down Expand Up @@ -490,7 +490,7 @@
{
"description": "Behavior",
"name": "Behavior",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Platformer3DMapper",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper",
"type": "behavior"
}
],
Expand All @@ -509,7 +509,7 @@
"conditions": [
{
"type": {
"value": "PhysicsCharacter3DKeyMapper::Platformer3DMapper::PropertyLockedCameraAngle"
"value": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper::PropertyLockedCameraAngle"
},
"parameters": [
"Object",
Expand Down Expand Up @@ -538,7 +538,7 @@
{
"description": "Behavior",
"name": "Behavior",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Platformer3DMapper",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper",
"type": "behavior"
}
],
Expand Down Expand Up @@ -568,7 +568,7 @@
"actions": [
{
"type": {
"value": "PhysicsCharacter3DKeyMapper::Platformer3DMapper::SetPropertyLockedCameraAngle"
"value": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper::SetPropertyLockedCameraAngle"
},
"parameters": [
"Object",
Expand All @@ -593,7 +593,7 @@
"actions": [
{
"type": {
"value": "PhysicsCharacter3DKeyMapper::Platformer3DMapper::SetPropertyLockedCameraAngle"
"value": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper::SetPropertyLockedCameraAngle"
},
"parameters": [
"Object",
Expand All @@ -613,7 +613,7 @@
{
"description": "Behavior",
"name": "Behavior",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Platformer3DMapper",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Platformer3DKeyboardMapper",
"type": "behavior"
},
{
Expand Down Expand Up @@ -710,7 +710,7 @@
{
"description": "Control a 3D physics character with a keyboard for a first or third person shooter.",
"fullName": "3D shooter keyboard mapper",
"name": "Shooter3DMapper",
"name": "Shooter3DKeyboardMapper",
"objectType": "",
"eventsFunctions": [
{
Expand Down Expand Up @@ -854,7 +854,7 @@
{
"description": "Behavior",
"name": "Behavior",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Shooter3DMapper",
"supplementaryInformation": "PhysicsCharacter3DKeyMapper::Shooter3DKeyboardMapper",
"type": "behavior"
}
],
Expand Down
13 changes: 6 additions & 7 deletions extensions/reviewed/ThirdPersonCamera.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
"conditions": [
{
"type": {
"value": "ThirdPersonCamera::ThirdPersonCamera::PropertyIsRotatatingWithObject"
"value": "ThirdPersonCamera::ThirdPersonCamera::PropertyIsRotatingWithObject"
},
"parameters": [
"Object",
Expand Down Expand Up @@ -975,7 +975,7 @@
"conditions": [
{
"type": {
"value": "ThirdPersonCamera::ThirdPersonCamera::PropertyIsRotatatingWithObject"
"value": "ThirdPersonCamera::ThirdPersonCamera::PropertyIsRotatingWithObject"
},
"parameters": [
"Object",
Expand Down Expand Up @@ -2145,7 +2145,7 @@
},
{
"type": {
"value": "ThirdPersonCamera::ThirdPersonCamera::SetPropertyIsRotatatingWithObject"
"value": "ThirdPersonCamera::ThirdPersonCamera::SetPropertyIsRotatingWithObject"
},
"parameters": [
"Object",
Expand Down Expand Up @@ -2338,14 +2338,13 @@
"name": "HasJustBeenCreated"
},
{
"value": "",
"value": "true",
"type": "Boolean",
"label": "",
"label": "Automatically rotate the camera with the object",
"description": "",
"group": "",
"extraInformation": [],
"hidden": true,
"name": "IsRotatatingWithObject"
"name": "IsRotatingWithObject"
},
{
"value": "0",
Expand Down

0 comments on commit 0e07387

Please sign in to comment.