Skip to content

Set Perspective

Entity Action Type

Sets the perspective of the player.

Type ID: eggolib:set_perspective

Fields

Field Type Default Description
perspective Perspective The perspective to use.

Examples

"entity_action": {
    "type": "eggolib:set_perspective",
    "perspective": "first_person"
}

This example will set the perspective of the player to first person.