SetCameraFocus

Set the focus of the main camera to an entity. If that entity is a character and input is enabled, the character can be controlled by the mouse and keyboard.

Arguments
Argument Entity Name
Type String
Default REQUIRED
Description Name of the entity to focus on

Examples

SetCamerFocus(Tom)

SetCamerFocus("DiningRoom.Table")

SetCamerFocus("Sword")


See Also