Menu
  • Home
  • How To
  • Actions
  • Characters
  • Places
  • Items
  • Sound Effects
  • Visual Effects
  • Icons
  • Examples

  • AddToList
  • Attack
  • Bash
  • Cast
  • CheckVersion
  • ClearDialog
  • ClearList
  • CloseFurniture
  • CreateCharacter
  • CreateEffect
  • CreateItem
  • CreatePlace
  • Dance
  • DanceTogether
  • Die
  • DisableEffect
  • DisableIcon
  • DisableInput
  • Draw
  • Drink
  • EnableEffect
  • EnableIcon
  • EnableInput
  • Enter
  • Exit
  • Face
  • FadeIn
  • FadeOut
  • Give
  • HideCredits
  • HideDialog
  • HideFurniture
  • HideList
  • HideMenu
  • HideNarration
  • Kneel
  • LookAt
  • OpenFurniture
  • Pickup
  • PlaySound
  • Pocket
  • Put
  • Putdown
  • Quit
  • RemoveFromList
  • Reset
  • Revive
  • SetCameraFocus
  • SetCameraMode
  • SetClothing
  • SetCredits
  • SetDay
  • SetDialog
  • SetExpression
  • SetEyeColor
  • SetHairColor
  • SetHairStyle
  • SetLeft
  • SetNarration
  • SetNight
  • SetPosition
  • SetRight
  • SetSkinColor
  • SetTitle
  • Sheathe
  • ShowCredits
  • ShowDialog
  • ShowFurniture
  • ShowList
  • ShowMenu
  • ShowNarration
  • Sit
  • Sleep
  • StopSound
  • Take
  • TogglePause
  • Unpocket
  • WalkTo
  • WalkToSpot

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 Entity
Default REQUIRED
Description Name of the entity to focus on

Examples

SetCamerFocus(Tom)

SetCamerFocus("DiningRoom.Table")

SetCamerFocus("Sword")


See Also

Characters Items SetCameraMode