class SightOptions
range: integer
fov: boolean
class Sight: Component
__new(self: Sight, options: SightOptions)
getRange(self: Sight): integer
hasFov(self: Sight): boolean