NpcCamTarget

Camera target type for NPCs. This will focus the camera on a specific NPC. If the NPC by the specified index cannot be found, the camera will be set back on local player.

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int

the index of the NPC who to set the camera on.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String